The amount of sellingAsset that the account making the offer is willing to sell.
The code for the buying asset. Appears if buyingAssetType
is not native.
The Stellar address of the buying asset’s issuer. Appears if buyingAssetType
is not native.
The type for the buying asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
The operation's creation date.
The operation's creation timestamp.
The id of the operation.
The id of the offer.
A cursor value for use in pagination.
How many units of sellingAsset
it takes to get 1 unit of buyingAsset
. A number representing the decimal form of priceRational
.
A precise representation of the buy and sell price of the assets on offer.
The code for the selling asset. Appears if sellingAssetType
is not native.
The Stellar address of the selling asset’s issuer. Appears if sellingAssetType
is not native.
The type for the selling asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
The account that originates the operation.
A unique id for the transaction the operation belongs to.
The numeric type of the operation.
The name of the operation type.
Get the buying asset if it's not native
.
If set to true
, it will not check in the cache and directly make a request to retrieve the buying asset instead.
The selling buying if it's not native
.
Get the effects of the operation.
A manager for the operation effects.
Get the offer.
If set to true
, it will not check in the cache and directly make a request to retrieve the offer instead.
The offer.
Get the selling asset if it's not native
.
If set to true
, it will not check in the cache and directly make a request to retrieve the selling asset instead.
The selling asset if it's not native
.
Get the source account of the operation.
If set to true
, it will not check in the cache and directly make a request to retrieve the source account instead.
The source account of the operation.
Get the transaction the operation belongs to.
If set to true
, it will not check in the cache and directly make a request to retrieve the transaction instead.
The transaction of the operation.
Generated using TypeDoc
Structure representing a Stellar Manage Sell Offer Operation.