UNPKG

@safient/core

Version:

JavaScript SDK to manage safes and interact with Safient protocol.

11 lines (10 loc) 343 B
import Ceramic from "@ceramicnetwork/http-client"; import { IDX } from '@ceramicstudio/idx'; import { CeramicDefintions } from "../../lib/types"; export declare const generateIDX: (seed: any, ceramicURL: string, ceramicDefintions: CeramicDefintions) => Promise<{ idx: IDX; ceramic: Ceramic; } | { idx: null; ceramic: null; }>;