View Source StellarBase.XDR.Operations.ManageSellOfferResult (Elixir Stellar Base v0.16.0)
Representation of Stellar ManageSellOfferResult
type.
Summary
Types
@type result() :: StellarBase.XDR.Operations.ManageOfferSuccessResult.t() | any()
@type t() :: %StellarBase.XDR.Operations.ManageSellOfferResult{ code: StellarBase.XDR.Operations.ManageSellOfferResultCode.t(), result: result() }
Functions
@spec new( result :: result(), code :: StellarBase.XDR.Operations.ManageSellOfferResultCode.t() ) :: t()