UNPKG

textiot

Version:

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

8 lines (7 loc) 154 B
/** * Ignore a Thread share. * ```typescript * Textile.ignores.add(blockId); * ``` */ export declare function add(blockId: string): Promise<string>;