The amount sent.
The code for the asset being sent. Appears if assetType
is not native.
The Stellar address of the issuer of the asset being sent. Appears if assetType
is not native.
The type of asset being sent. Either native
, credit_alphanum4
, or credit_alphanum12
.
The operation's creation date.
The operation's creation timestamp.
The id of the operation.
A cursor value for use in pagination.
The payment recipient’s public key.
The payment sender’s public key.
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 effects of the operation.
A manager for the operation effects.
Get the account of the payment recipient.
If set to true
, it will not check in the cache and directly make a request to retrieve the recipient account instead.
The account of the recipient.
Get the account of the payment sender.
If set to true
, it will not check in the cache and directly make a request to retrieve the sender account instead.
The account of the sender.
Get the sent 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 sent asset instead.
The sent 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 Payment Operation.