Get the effects of the transaction.
Get the operations of the transaction.
The memo attached to the transaction (the payment id of the transaction if made using Pi Network SDK).
The transaction creation date.
The transaction creation timestamp.
A base64 encoded string of the raw TransactionEnvelope XDR struct for the transaction.
The fee (in micropi) paid by the source account to apply this transaction to the ledger.
A base64 encoded string of the raw LedgerEntryChanges XDR struct produced by taking fees for the transaction.
A hex-encoded SHA-256 hash of the transaction’s XDR-encoded form.
The id of the transaction.
The sequence number of the ledger that the transaction was included in.
The maximum fee (in micropi) that the source account was willing to pay.
The type of memo. Potential values include none
, id
, text
, hash
and return
.
The number of operations contained within the transaction.
A cursor value for use in pagination.
A base64 encoded string of the raw TransactionMeta XDR struct for the transaction.
A base64 encoded string of the raw TransactionResult XDR struct for the transaction.
The signatures used to sign the transaction.
The account that originates the transaction.
The source account’s sequence number that the transaction consumed.
The memo of the transaction. If the transaction was made using the Pi Network SDK, the memo is equal to the platform payment id, so it retrieve the platform payment, then the memo from it.
Get the effects of the transaction.
A manager for the transaction effects.
Get the ledger the trasaction belongs to.
If set to true
, it will not check in the cache and directly make a request to retrieve the ledger instead.
The ledger the trasaction belongs to.
Get the operations of the transaction.
A manager for the transaction operations.
Get the platform payment of the transaction if made using Pi Network SDK.
If set to true
, it will not check in the cache and directly make a request to retrieve the platform payment instead.
The platform payment of the transaction if made using Pi Network SDK.
Get the source account of the transaction.
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 transaction.
Generated using TypeDoc
Structure representing a Stellar Transaction.