Stellar.XDR.Operations.ManageBuyOffer (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar ManageBuyOffer type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.ManageBuyOffer{
  buy_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

Link to this function

new(selling, buying, buy_amount, price, offer_id)

View Source

Specs

new(
  selling :: Stellar.XDR.Asset.t(),
  buying :: Stellar.XDR.Asset.t(),
  buy_amount :: Stellar.XDR.Int64.t(),
  price :: Stellar.XDR.Price.t(),
  offer_id :: Stellar.XDR.Int64.t()
) :: t()