Avalanche SDK Client
    Preparing search index...

    Type Alias GetAtomicTxStatusReturnType

    The return type for the avax.getAtomicTxStatus method.

    The status of the atomic transaction. CChainAtomicTxStatus

    The height of the block which the transaction was included in.

    type GetAtomicTxStatusReturnType = {
        blockHeight: string;
        status: CChainAtomicTxStatus;
    }
    Index

    Properties

    Properties

    blockHeight: string