UNPKG

textiot

Version:

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

8 lines (7 loc) 154 B
/** * Flacg a Block by BlockId * ```typescript * Textile.flags.add(blockId); * ``` */ export declare function add(blockId: string): Promise<string>;