@dfinity/identity
Version:
JavaScript and TypeScript library to manage identity with the Internet Computer
16 lines • 514 B
TypeScript
/**
* @module api
*/
export * from './identity/ed25519.ts';
export * from './identity/ecdsa.ts';
export * from './identity/delegation.ts';
export * from './identity/partial.ts';
export { WebAuthnIdentity } from './identity/webauthn.ts';
export { wrapDER, unwrapDER, DER_COSE_OID, ED25519_OID } from '@dfinity/agent';
/**
* @deprecated due to size of dependencies. Use `@dfinity/identity-secp256k1` instead.
*/
export declare class Secp256k1KeyIdentity {
constructor();
}
//# sourceMappingURL=index.d.ts.map