@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 390 B
TypeScript
import { Bitcoind } from '../../types.js';
type GetIndexInfoParams = {
bitcoind: Bitcoind;
index_name?: string;
};
/**
* getindexinfo ( "index_name" )
*
* Returns the status of one or all available indices currently running in the node.
*
*/
export declare function getIndexInfo(params: GetIndexInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-index-info.d.ts.map