UNPKG

@useorbis/db-sdk

Version:

Orbis' Typescript SDK for building open-data experiences.

6 lines (5 loc) 208 B
export type DIDAny = `did:${string}`; export type DIDPkh = `did:pkh:${string}`; export type DIDKey = `did:key:${string}`; export type IpfsUrl = `ipfs://${string}`; export type HttpsUrl = `https://${string}`;