View Source Stellar.TxBuild.CreatePassiveSellOffer (Elixir Stellar SDK v0.14.0)

Creates an offer that does not take another offer of equal price when created.

Link to this section Summary

Link to this section Types

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