Information about the transaction to locate it.

interface TransactionInfo {
    chainId: number;
    hash: string;
}

Properties

Properties

chainId: number

The transaction's network chain ID.

hash: string

The transaction hash.

Generated using TypeDoc