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

Representation of Stellar ManageData type.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

new(data_name, data_value)

View Source

Specs

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