Stellar.XDR.Operations.ManageData (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar ManageData type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.ManageData{
  data_name: Stellar.XDR.String64.t(),
  data_value: Stellar.XDR.OptionalDataValue.t()
}

Link to this section Functions

Link to this function

new(data_name, data_value)

View Source

Specs

new(
  data_name :: Stellar.XDR.String64.t(),
  data_value :: Stellar.XDR.OptionalDataValue.t()
) :: t()