The amount received designated in the source asset.
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 minimum amount of destination asset expected to be received.
The id of the operation.
A cursor value for use in pagination.
The intermediary assets that this path hops through.
The payment recipient’s public key.
The payment sender’s public key.
The account that originates the operation.
The amount sent designated in the source asset.
The Stellar address of the source asset’s issuer. Appears if sourceAssetType
is not native.
The type for the source asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
The code for the source asset. Appears if sourceAssetType
is not native.
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 non-native intermediary assets.
If set to true
, it will not check in the cache and directly make a request to retrieve the intermediary assets asset instead.
A manager for the intermediary assets.
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 source 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 source asset instead.
The source asset if it's not native
.
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 Path Payment Send Operation.