Avalanche SDK Client
    Preparing search index...

    Type Alias TransactionDetails

    The details of a transaction.

    type TransactionDetails = {
        chainAlias: "P" | "C";
        txHash: string;
    }
    Index

    Properties

    Properties

    chainAlias: "P" | "C"

    The chain alias of the transaction.

    txHash: string

    The hash of the transaction.