Skip to main content

Interface Definition

Properties

Required Properties

  • chainName (string) - The blockchain chain name (e.g., ‘EVM’, ‘SVM’)
  • walletId (string) - Unique identifier for the wallet
  • accountAddress (string) - The wallet’s account address
  • externalServerKeyShares (ServerKeyShare[]) - Array of external server key shares for MPC operations
  • thresholdSignatureScheme (ThresholdSignatureScheme) - The threshold signature scheme used for this wallet
  • externalServerKeySharesBackupInfo (KeyShareBackupInfo) - Information about backed up key shares

Optional Properties

  • derivationPath (string) - The derivation path used for the wallet (optional)

Example

Last modified on January 26, 2026