UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

Auto-generated Bitcoin client library for bitcoind JSON-RPC API

17 lines 534 B
import { Bitcoind } from '../../types.js'; type ListReceivedByLabelParams = { bitcoind: Bitcoind; minconf?: number; include_empty?: boolean; include_watchonly?: boolean; include_immature_coinbase?: boolean; }; /** * listreceivedbylabel ( minconf include_empty include_watchonly include_immature_coinbase ) * * List received transactions by label. * */ export declare function listReceivedByLabel(params: ListReceivedByLabelParams): Promise<any>; export {}; //# sourceMappingURL=list-received-by-label.d.ts.map