Stellar.XDR.Operations.ManageSellOffer (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar ManageSellOffer
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.Operations.ManageSellOffer{ amount: Stellar.XDR.Int64.t(), buying: Stellar.XDR.Asset.t(), offer_id: Stellar.XDR.Int64.t(), price: Stellar.XDR.Price.t(), selling: Stellar.XDR.Asset.t() }
Link to this section Functions
Specs
new( selling :: Stellar.XDR.Asset.t(), buying :: Stellar.XDR.Asset.t(), amount :: Stellar.XDR.Int64.t(), price :: Stellar.XDR.Price.t(), offer_id :: Stellar.XDR.Int64.t() ) :: t()