@self.id/core
Version:
Read public records in Node and browsers environments
12 lines (11 loc) • 531 B
TypeScript
/** Default model types provided by the Self.ID SDK. */
export type { ModelTypes as CoreModelTypes } from './__generated__/model.js';
/**
* Configured Ceramic endpoints:
*
* - "local" -> http://localhost:7007
* - "mainnet-gateway" -> https://gateway.ceramic.network (read-only)
* - "testnet-clay" -> https://ceramic-clay.3boxlabs.com
* - "testnet-clay-gateway" -> https://gateway-clay.ceramic.network (read-only)
*/
export declare type CeramicNetwork = 'local' | 'mainnet-gateway' | 'testnet-clay' | 'testnet-clay-gateway';