Stellar.XDR.ClaimOfferAtom (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar ClaimOfferAtom
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.ClaimOfferAtom{ amount_bought: Stellar.XDR.Int64.t(), amount_sold: Stellar.XDR.Int64.t(), asset_bought: Stellar.XDR.Asset.t(), asset_sold: Stellar.XDR.Asset.t(), offer_id: Stellar.XDR.Int64.t(), seller_id: Stellar.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 :: Stellar.XDR.AccountID.t(), offer_id :: Stellar.XDR.Int64.t(), asset_sold :: Stellar.XDR.Asset.t(), amount_sold :: Stellar.XDR.Int64.t(), asset_bought :: Stellar.XDR.Asset.t(), amount_bought :: Stellar.XDR.Int64.t() ) :: t()