@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 389 B
TypeScript
import { Bitcoind } from '../../types.js';
type ListLabelsParams = {
bitcoind: Bitcoind;
purpose?: string;
};
/**
* listlabels ( "purpose" )
*
* Returns the list of all labels, or labels that are assigned to addresses with a specific purpose.
*
*/
export declare function listLabels(params: ListLabelsParams): Promise<any>;
export {};
//# sourceMappingURL=list-labels.d.ts.map