Avalanche SDK Client
    Preparing search index...

    Type Alias GetTxStatusReturnType

    The return type for the avm.getTxStatus method.

    type GetTxStatusReturnType = {
        reason?: string;
        status: XChainTransactionStatus;
    }
    Index

    Properties

    Properties

    reason?: string

    The reason for the status.

    The status of the transaction.