Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AddKeysResult

Index

Properties

Properties

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

Generated using TypeDoc