View Source StellarBase.XDR.Offer (Elixir Stellar Base v0.13.0)
Representation of Stellar Offer
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.Offer{ offer_id: StellarBase.XDR.Int64.t(), seller_id: StellarBase.XDR.AccountID.t() }
Link to this section Functions
@spec new( seller_id :: StellarBase.XDR.AccountID.t(), offer_id :: StellarBase.XDR.Int64.t() ) :: t()