UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

14 lines 393 B
import { Bitcoind } from '../../types.js'; type WalletDisplayAddressParams = { bitcoind: Bitcoind; address: string; }; /** * walletdisplayaddress "address" * * Display address on an external signer for verification. * */ export declare function walletDisplayAddress(params: WalletDisplayAddressParams): Promise<any>; export {}; //# sourceMappingURL=wallet-display-address.d.ts.map