Type Alias WaitForTransactionOptions

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

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