UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

13 lines (12 loc) 312 B
import Secp256k1KeyIdentity from '../utils/identity/secpk256k1/identity'; export interface AccountCredentials { mnemonic: string; identity: Secp256k1KeyIdentity; accountId: string; } export interface ConnectedApp { name: string; icon: string; url: string; whitelist: Array<string>; }