StellarBase.XDR.Operations.ManageDataResult (Elixir Stellar Base v0.5.0) View Source

Representation of Stellar ManageDataResult type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Operations.ManageDataResult{
  code: StellarBase.XDR.Operations.ManageDataResultCode.t(),
  result: any()
}

Link to this section Functions

Specs

new(
  result :: any(),
  code :: StellarBase.XDR.Operations.ManageDataResultCode.t()
) :: t()