UNPKG

@elysium-onchain-id/identity-sdk

Version:
13 lines (12 loc) 386 B
import { Identity } from './identity/Identity'; import { Claim } from "./claim/Claim"; import { SignerModule } from './core/SignerModule'; import * as utils from "./utils-module"; declare const constants: { implementationAuthorities: { ropsten: string; kovan: string; homestead: string; }; }; export { Identity, Claim, SignerModule, utils, constants, };