View Source StellarBase.XDR.Operations.ManageBuyOfferResult (Elixir Stellar Base v0.9.0)

Representation of Stellar ManageBuyOfferResult type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions