@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias WaitForTransactionOptions

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

    type WaitForTransactionOptions = {
        checkSuccess?: boolean;
        timeoutSecs?: number;
        waitForIndexer?: boolean;
    }
    Index

    Properties

    checkSuccess?: boolean
    timeoutSecs?: number
    waitForIndexer?: boolean