View Source StellarBase.XDR.Operations.ManageOffer (Elixir Stellar Base v0.9.0)
Representation of Stellar ManageOffer
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.Operations.ManageOffer{ effect: StellarBase.XDR.Operations.ManageOfferEffect.t(), offer: any() }
Link to this section Functions
@spec new(offer :: any(), effect :: StellarBase.XDR.Operations.ManageOfferEffect.t()) :: t()