Enum Definition
Values
TWO_OF_TWO
- Description: 2-of-2 threshold signature scheme
- Parties: 2 total parties
- Threshold: 2 signatures required
- Client Threshold: 1 client share
- Server Threshold: 1 server share
- Use Case: High security, requires all parties to sign
TWO_OF_THREE
- Description: 2-of-3 threshold signature scheme
- Parties: 3 total parties
- Threshold: 2 signatures required
- Client Threshold: 2 client shares
- Server Threshold: 1 server share
- Use Case: Balanced security and availability
THREE_OF_FIVE
- Description: 3-of-5 threshold signature scheme
- Parties: 5 total parties
- Threshold: 3 signatures required
- Client Threshold: 3 client shares
- Server Threshold: 2 server shares
- Use Case: Maximum availability with high security
Example
Configuration
Each threshold signature scheme has specific configuration:Related Types
WalletProperties
- Wallet properties interface