@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
15 lines • 353 B
TypeScript
import { Bitcoind } from '../../types.js';
type SetLabelParams = {
bitcoind: Bitcoind;
address: string;
label: string;
};
/**
* setlabel "address" "label"
*
* Sets the label associated with the given address.
*
*/
export declare function setLabel(params: SetLabelParams): Promise<any>;
export {};
//# sourceMappingURL=set-label.d.ts.map