UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

15 lines 447 B
import { Bitcoind } from '../../types.js'; type GetAddressInfoParams = { bitcoind: Bitcoind; address: string; }; /** * getaddressinfo "address" * * Return information about the given bitcoin address. * Some of the information will only be present if the address is in the active wallet. * */ export declare function getAddressInfo(params: GetAddressInfoParams): Promise<any>; export {}; //# sourceMappingURL=get-address-info.d.ts.map