UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

13 lines 417 B
import type { EthernaIndexClient } from "."; import type { RequestOptions } from ".."; export declare class IndexComments { private instance; constructor(instance: EthernaIndexClient); /** * Delete own comment * @param id Id of the comment * @param opts Request options */ deleteComment(id: string, opts?: RequestOptions): Promise<boolean>; } //# sourceMappingURL=comments.d.ts.map