We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
awaitFinalized
1 parent 21d05ab commit df7d915Copy full SHA for df7d915
packages/types/src/DidHelpers.ts
@@ -62,7 +62,7 @@ export interface TransactionHandlers {
62
* @returns A Promise resolving to the DID document and info on the success of the transaction.
63
*/
64
submit(options?: {
65
- awaitFinalized?: boolean // default: false
+ awaitFinalized?: boolean // default: true
66
didNonce?: number | BigInt
67
}): Promise<TransactionResult>
68
/**
0 commit comments