Constructor
# new SentTransaction(signTransaction, assembled)
Parameters:
Name | Type | Description |
---|---|---|
signTransaction |
function
|
More info in MethodOptions |
assembled |
module:contract.AssembledTransaction.<T>
|
AssembledTransaction from which this SentTransaction was initialized |
Members
# Errors
The most recent result of calling getTransaction
, from the
getTransactionResponseAll
array.
# init
Initialize a SentTransaction
from AssembledTransaction
assembled
, passing an optional Watcher watcher
. This will also
send the transaction to the network.