@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 363 B
TypeScript
import { Bitcoind } from '../../types.js';
type ListWalletsParams = {
bitcoind: Bitcoind;
};
/**
* listwallets
*
* Returns a list of currently loaded wallets.
* For full information on the wallet, use "getwalletinfo"
*
*/
export declare function listWallets(params: ListWalletsParams): Promise<any>;
export {};
//# sourceMappingURL=list-wallets.d.ts.map