Interface IGetMempoolEntriesRequest

Argument interface for the RpcClient.getMempoolEntries RPC method.

interface IGetMempoolEntriesRequest {
    filterTransactionPool?: boolean;
    includeOrphanPool?: boolean;
}

Properties

filterTransactionPool?: boolean
includeOrphanPool?: boolean

Generated using TypeDoc