UNPKG

@safient/core

Version:

JavaScript SDK to manage safes and interact with Safient protocol.

6 lines (5 loc) 203 B
import { Client, ThreadID } from '@textile/hub'; export declare const thread: (seed: any, apiKey: string, secret: string, threadID: number[]) => Promise<{ client: Client; threadId: ThreadID; }>;