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