StellarBase.XDR.Operations.ManageSellOfferResult (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar ManageSellOfferResult type.
Link to this section Summary
Link to this section Types
Specs
result() :: StellarBase.XDR.Operations.ManageOfferSuccessResult.t() | any()
Specs
t() :: %StellarBase.XDR.Operations.ManageSellOfferResult{
code: StellarBase.XDR.Operations.ManageSellOfferResultCode.t(),
result: result()
}
Link to this section Functions
Specs
new( result :: result(), code :: StellarBase.XDR.Operations.ManageSellOfferResultCode.t() ) :: t()