Avalanche SDK Client
    Preparing search index...

    Type Alias GetAtomicTxStatusParameters

    The parameters for the avax.getAtomicTxStatus method.

    The ID of the atomic transaction. It should be in cb58 format.

    type GetAtomicTxStatusParameters = {
        txID: string;
    }
    Index

    Properties

    Properties

    txID: string