Creates a new PendingTransactionResponse
object.
The application index if the transaction was found and it created an application.
The number of the asset's unit that were transferred to the close-to address.
The asset index if the transaction was found and it created an asset.
Rewards in microalgos applied to the close remainder to account.
Closing amount for the transaction.
The round where this transaction was confirmed, if present.
(gd) Global state key/value changes for the application being executed by this transaction.
Inner transactions produced by application execution.
(ld) Local state key/value changes for the application being executed by this transaction.
(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.
Rewards in microalgos applied to the receiver account.
Rewards 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.