UNPKG

textiot

Version:

A framework for building web and native (IoT) Dapps on the IPFS network

8 lines (7 loc) 194 B
/** * Add a new comment to a Thread by blockId. * ```typescript * Textile.comments.add(blockId, body); * ``` */ export declare function add(blockId: string, body: string): Promise<string>;