UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

14 lines 404 B
import { Bitcoind } from '../../types.js'; type ListLockUnspentParams = { bitcoind: Bitcoind; }; /** * listlockunspent * * Returns list of temporarily unspendable outputs. * See the lockunspent call to lock and unlock transactions for spending. * */ export declare function listLockUnspent(params: ListLockUnspentParams): Promise<any>; export {}; //# sourceMappingURL=list-lock-unspent.d.ts.map