Avalanche SDK Client
    Preparing search index...

    Type Alias GetAtomicTxReturnType

    The return type for the avax.getAtomicTx method.

    The atomic transaction.

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

    The encoding of the transaction.

    type GetAtomicTxReturnType = {
        blockHeight: string;
        encoding: "hex";
        tx: string;
    }
    Index

    Properties

    blockHeight: string
    encoding: "hex"
    tx: string