View Source Stellar.Horizon.Operation.ManageSellOffer (Elixir Stellar SDK v0.9.1)

Represents a ManageSellOffer operation from Horizon API.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Operation.ManageSellOffer{
  amount: float(),
  buying_asset_code: String.t(),
  buying_asset_issuer: String.t(),
  buying_asset_type: String.t(),
  offer_id: String.t(),
  price: float(),
  price_r: map(),
  selling_asset_code: String.t(),
  selling_asset_issuer: String.t(),
  selling_asset_type: String.t()
}