Interface Definition
Properties
Required Properties
chainName
(string
) - The blockchain chain name (e.g., ‘EVM’, ‘SVM’)walletId
(string
) - Unique identifier for the walletaccountAddress
(string
) - The wallet’s account addressexternalServerKeyShares
(ServerKeyShare[]
) - Array of external server key shares for MPC operationsthresholdSignatureScheme
(ThresholdSignatureScheme
) - The threshold signature scheme used for this walletexternalServerKeySharesBackupInfo
(KeyShareBackupInfo
) - Information about backed up key shares
Optional Properties
derivationPath
(string
) - The derivation path used for the wallet (optional)
Example
Related Types
ServerKeyShare
- Key share typeThresholdSignatureScheme
- Threshold signature scheme enumKeyShareBackupInfo
- Key share backup information