StellarBase.XDR.ClaimOfferAtom (Elixir Stellar Base v0.4.0) View Source
Representation of Stellar ClaimOfferAtom
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.ClaimOfferAtom{ amount_bought: StellarBase.XDR.Int64.t(), amount_sold: StellarBase.XDR.Int64.t(), asset_bought: StellarBase.XDR.Asset.t(), asset_sold: StellarBase.XDR.Asset.t(), offer_id: StellarBase.XDR.Int64.t(), seller_id: StellarBase.XDR.AccountID.t() }
Link to this section Functions
Link to this function
new(seller_id, offer_id, asset_sold, amount_sold, asset_bought, amount_bought)
View SourceSpecs
new( seller_id :: StellarBase.XDR.AccountID.t(), offer_id :: StellarBase.XDR.Int64.t(), asset_sold :: StellarBase.XDR.Asset.t(), amount_sold :: StellarBase.XDR.Int64.t(), asset_bought :: StellarBase.XDR.Asset.t(), amount_bought :: StellarBase.XDR.Int64.t() ) :: t()