Avalanche SDK Client
    Preparing search index...

    Type Alias GetTxStatusParameters

    The parameters for the avm.getTxStatus method.

    type GetTxStatusParameters = {
        includeReason?: boolean | true;
        txID: string;
    }
    Index

    Properties

    Properties

    includeReason?: boolean | true

    Whether to include the reason for the status.

    txID: string

    The ID of the transaction to get the status of.