UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

13 lines 327 B
import { Bitcoind } from '../../types.js'; type GetWalletInfoParams = { bitcoind: Bitcoind; }; /** * getwalletinfo * * Returns an object containing various wallet state info. * */ export declare function getWalletInfo(params: GetWalletInfoParams): Promise<any>; export {}; //# sourceMappingURL=get-wallet-info.d.ts.map