@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 GetAddressesByLabelParams = {
bitcoind: Bitcoind;
label: string;
};
/**
* getaddressesbylabel "label"
*
* Returns the list of addresses assigned the specified label.
*
*/
export declare function getAddressesByLabel(params: GetAddressesByLabelParams): Promise<any>;
export {};
//# sourceMappingURL=get-addresses-by-label.d.ts.map