View Source StellarBase.XDR.Operations.ManageSellOfferResult (Elixir Stellar Base v0.11.0)

Representation of Stellar ManageSellOfferResult type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Operations.ManageSellOfferResult{
  code: StellarBase.XDR.Operations.ManageSellOfferResultCode.t(),
  result: result()
}

Link to this section Functions