an instance of the transaction builder object
the operation to add to the transaction
Optional
config: OperationConfiga configuration object that will be used for this operation when building the transaction
Add key stores that will also be included as signers to this transaction.
If build
is called, the key stores will also be used to sign the transaction
an instance of the transaction builder object
Rest
...keyStores: FtKeyStore[]the key stores to use for signing
Builds a transaction containing the previously added transactions, as well as any authorization operations as needed, and signs it using the same key handlers that were used to authorize the operations, as well as any explicitly added key handlers.
A promised containing the signed transaction
Build the transaction and submits it to the blockchain.
Will emit events when the transaction is built, and when it is sent (containing the transaction RID).
Will return when transaction is included in a block (confirmed), or is rejected.
an object containing the signed transaction and its receipt
Build the transaction, submits it to the blockchain and wait until it has been anchored in cluster and system anchoring chains.
Will emit events when the transaction is built, when it is sent (containing the transaction RID), and when it is included in a block (confirmed).
Will trigger any registered OnAnchoredHandler
s before returning.
an object containing the signed transaction and its receipt
Adds an operation to include in the final transaction