The amount of selling
that the account making this offer is willing to sell.
The asset the seller wants to buy.
The id of the offer.
The date when the offer was modified for the last time.
The sequence number of the last ledger in which the offer was modified.
The timestamp when the offer was modified for the last time.
A cursor value for use in pagination.
How many units of buying
it takes to get 1 unit of selling
. A number representing the decimal form of priceRational
.
A precise representation of the buy and sell price of the assets on offer.
The id of the account making the offer.
The asset the seller wants to sell.
The account id of the sponsor who is paying the reserves for the offer.
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 buying asset if it's not native
.
Get the last ledger that included changes to the offer.
If set to true
, it will not check in the cache and directly make a request to retrieve the ledger instead.
The last ledger that included changes to the offer.
Get the seller of the offer.
If set to true
, it will not check in the cache and directly make a request to retrieve the seller account instead.
The account of the seller.
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 sponsor of the offer if there is one.
If set to true
, it will not check in the cache and directly make a request to retrieve the sponsor account instead.
The account of the sponsor if there is one.
Generated using TypeDoc
Structure representing a Stellar Offer.