addKeysWithWallets
addKeysWithWallets: { creatingAccount: boolean; email: string; encryptedSecretKey: string; encryptedSecretKeyNonce: string; encryptedSecretKeyTag: string; id: string; loginErrorCount: number; twoFactor: boolean; twoFactorErrorCount: string; verified: boolean; wallets: { address: string; blockchain: string; chainIndex: number; publicKey: string } }
Type declaration
-
creatingAccount: boolean
-
email: string
-
encryptedSecretKey: string
-
encryptedSecretKeyNonce: string
-
encryptedSecretKeyTag: string
-
id: string
-
loginErrorCount: number
-
twoFactor: boolean
-
twoFactorErrorCount: string
-
verified: boolean
-
wallets: { address: string; blockchain: string; chainIndex: number; publicKey: string }
-
address: string
-
blockchain: string
-
chainIndex: number
-
publicKey: string