Type Alias WaitForTransactionOptions
WaitForTransactionOptions: {
checkSuccess?: boolean;
timeoutSecs?: number;
waitForIndexer?: boolean;
}
Type declaration
OptionalcheckSuccess?: boolean
OptionaltimeoutSecs?: number
OptionalwaitForIndexer?: boolean
Options for configuring the behavior of the waitForTransaction() function.