Optional
options: { Options map to allow for named arguments.
Optional
didAllows explicitly setting the nonce to be used in DID authorization.
Optional
signIf set to true, this signs the transaction with the submitterAccount, which covers transaction fees. In this case, if no signer is available for this account, the function throws.
A Promise resolving to an Extrinsic object (encoded transaction).
Submits a transaction for inclusion in a block, resulting in its execution in the blockchain runtime.
Optional
options: { Options map to allow for named arguments.
Optional
awaitIf set to true, this waits for finalization of the block of inclusion before returning.
Optional
didAllows explicitly setting the nonce to be used in DID authorization.
A Promise resolving to the DID document and info on the success of the transaction.
Produces a transaction that can be submitted to a blockchain node for inclusion, or signed and submitted by an external service.