UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

14 lines 351 B
import { Bitcoind } from '../../types.js'; type GetDescriptorInfoParams = { bitcoind: Bitcoind; descriptor: string; }; /** * getdescriptorinfo "descriptor" * * Analyses a descriptor. * */ export declare function getDescriptorInfo(params: GetDescriptorInfoParams): Promise<any>; export {}; //# sourceMappingURL=get-descriptor-info.d.ts.map