@etherna/sdk-js
Version:
Etherna SDKs for operations on the network
13 lines • 455 B
TypeScript
import type { EthernaIndexClient } from ".";
import type { RequestOptions } from "..";
import type { IndexParameters } from "./types";
export declare class IndexSystem {
private instance;
constructor(instance: EthernaIndexClient);
/**
* Get a list of parameters and max charater lenghts
* @param opts Request options
*/
fetchParameters(opts?: RequestOptions): Promise<IndexParameters>;
}
//# sourceMappingURL=system.d.ts.map