Interface IGetMempoolEntryRequest

Argument interface for the RpcClient.getMempoolEntry RPC method.

interface IGetMempoolEntryRequest {
    filterTransactionPool?: boolean;
    includeOrphanPool?: boolean;
    transactionId: string;
}

Properties

filterTransactionPool?: boolean
includeOrphanPool?: boolean
transactionId: string

Generated using TypeDoc