The Stellar address of the asset.
The code for the asset.
The type of asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
Whether or not the issuer authorize the issuing account to perform transactions with its credit.
Whether or not the issuer authorize the issuing account to maintain and reduce liabilities for its credit.
The operation's creation date.
The operation's creation timestamp.
The id of the operation.
A cursor value for use in pagination.
The account that originates the operation.
A unique id for the transaction the operation belongs to.
The id of the issuing account, or source account.
The id of the trusting account, or the account being authorized or unauthorized.
The numeric type of the operation.
The name of the operation type.
Get the 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 asset instead.
The asset if it's not native
.
Get the effects of the operation.
A manager for the operation effects.
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.
Get the account of the trustee.
If set to true
, it will not check in the cache and directly make a request to retrieve the trustee account instead.
The account of the trustee.
Get the account of the trustor.
If set to true
, it will not check in the cache and directly make a request to retrieve the trustor account instead.
The account of the trustor.
Generated using TypeDoc
Structure representing a Stellar Allow Trust Operation.