Gets an application transaction by index.
Optionalindex: Uint64CompatThe index of the transaction.
The application transaction.
Gets an asset configuration transaction by index.
Optionalindex: Uint64CompatThe index of the transaction.
The asset configuration transaction.
Gets an asset freeze transaction by index.
Optionalindex: Uint64CompatThe index of the transaction.
The asset freeze transaction.
Gets an asset transfer transaction by index.
Optionalindex: Uint64CompatThe index of the transaction.
The asset transfer transaction.
Gets an inner transaction group by index.
Optionalindex: Uint64CompatThe index of the group. If not provided, the last group is returned.
The inner transaction group.
Gets a key registration transaction by index.
Optionalindex: Uint64CompatThe index of the transaction.
The key registration transaction.
Gets a payment transaction by index.
Optionalindex: Uint64CompatThe index of the transaction.
The payment transaction.
Gets the scratch slot of the active transaction.
The index of the scratch slot.
The scratch slot value.
Gets the scratch space of the active transaction.
The scratch space.
Gets a transaction by index.
Optionalindex: Uint64CompatThe index of the transaction.
The transaction.
Patches the fields of the active transaction.
The fields to patch.
Represents a group of transactions.