Type Alias WaitForTransactionOptions

WaitForTransactionOptions: {
    checkSuccess?: boolean;
    timeoutSecs?: number;
    waitForIndexer?: boolean;
}

Options for configuring the behavior of the waitForTransaction() function.

Type declaration

  • OptionalcheckSuccess?: boolean
  • OptionaltimeoutSecs?: number
  • OptionalwaitForIndexer?: boolean
MMNEPVFCICPMFPCPTTAAATR