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