The account that originates the effect.
The amount of asset that was bought.
The code for the bought asset. Appears if boughtAssetType
is not native.
The Stellar address of the bought asset’s issuer. Appears if boughtAssetType
is not native.
The type of the bought asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
The effect's creation date.
The effect's creation timestamp.
The id of the effect.
The id of the offer.
A cursor value for use in pagination.
The id of the seller.
The amount of asset that was sold.
The code for the sold asset. Appears if soldAssetType
is not native.
The Stellar address of the sold asset’s issuer. Appears if soldAssetType
is not native.
The type of the sold asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
The numeric type of the effect.
The name of the effect type.
Get the account the effect belongs to.
If set to true
, it will not check in the cache and directly make a request to retrieve the account instead.
The account the effect belongs to.
Get the bought 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 bought asset instead.
The bought asset if it's not native
.
Get the offer of the trade.
If set to true
, it will not check in the cache and directly make a request to retrieve the offer instead.
The offer of the trade.
Get the account of the seller.
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 sold 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 sold asset instead.
The sold asset if it's not native
.
Generated using TypeDoc
Structure representing a Stellar Trade Effect.