Creates a new PendingTransactionResponse object.
Optional applicationOptional assetOptional assetOptional closeOptional closingOptional confirmedOptional globalOptional innerOptional localOptional logs?: Uint8Array[]Optional receiverOptional senderOptional applicationThe application index if the transaction was found and it created an application.
Optional assetThe number of the asset's unit that were transferred to the close-to address.
Optional assetThe asset index if the transaction was found and it created an asset.
Optional closeRewards in microalgos applied to the close remainder to account.
Optional closingClosing amount for the transaction.
Optional confirmedThe round where this transaction was confirmed, if present.
Optional global(gd) Global state key/value changes for the application being executed by this transaction.
Optional innerInner transactions produced by application execution.
Optional local(ld) Local state key/value changes for the application being executed by this transaction.
Optional logs(lg) Logs for the application being executed by this transaction.
Indicates that the transaction was kicked out of this node's transaction pool (and specifies why that happened). An empty string indicates the transaction wasn't kicked out of this node's txpool due to an error.
Optional receiverRewards in microalgos applied to the receiver account.
Optional senderRewards in microalgos applied to the sender account.
The raw signed transaction.
Get an object ready for encoding to either JSON or msgpack.
Use true to indicate that the encoding can handle raw binary objects (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 strings. True should be used for objects that will be encoded with msgpack, and false should be used for objects that will be encoded with JSON.
Generated using TypeDoc
Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.