Avalanche SDK Client
    Preparing search index...

    Type Alias GetAtomicTxParameters

    The parameters for the avax.getAtomicTx method.

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

    The encoding of the transaction.

    type GetAtomicTxParameters = {
        encoding?: "hex";
        txID: string;
    }
    Index

    Properties

    Properties

    encoding?: "hex"
    txID: string