Interface IGetMempoolEntriesByAddressesRequest

Argument interface for the RpcClient.getMempoolEntriesByAddresses RPC method.

interface IGetMempoolEntriesByAddressesRequest {
    addresses: string[] | Address[];
    filterTransactionPool?: boolean;
    includeOrphanPool?: boolean;
}

Properties

addresses: string[] | Address[]
filterTransactionPool?: boolean
includeOrphanPool?: boolean

Generated using TypeDoc