Interface IMempoolEntry

Mempool entry.

interface IMempoolEntry {
    fee: bigint;
    isOrphan: boolean;
    transaction: ITransaction;
}

Properties

fee: bigint
isOrphan: boolean
transaction: ITransaction

Generated using TypeDoc