View Source Stellar.TxBuild.ManageSellOffer (Elixir Stellar SDK v0.9.3)

Creates, updates, or deletes an offer.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.ManageSellOffer{
  amount: Stellar.TxBuild.Amount.t(),
  buying: Stellar.TxBuild.Asset.t(),
  offer_id: integer(),
  path: term(),
  price: Stellar.TxBuild.Price.t(),
  selling: Stellar.TxBuild.Asset.t(),
  source_account: Stellar.TxBuild.OptionalAccount.t()
}