UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

5 lines (4 loc) 183 B
import { GenericSignIdentity } from './genericSignIdentity'; export declare class IdentityFactory { static createIdentity(type: string, secretKey: string): GenericSignIdentity; }