Avalanche SDK Client
    Preparing search index...

    Type Alias GetTxStatusReturnType

    Return type for the platform.getTxStatus method.

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

    Properties

    Properties

    reason?: string

    The reason for the transaction's status, if applicable

    The status of the transaction