- Must have between 1-10 signers
- Threshold must be between 1-10 and cannot exceed the number of signers
- Time lock and admin address are optional security features
Properties
Property | Type | Description |
---|---|---|
signers | AccountSigner [] | Array of account signers (1-10 signers required) |
threshold | number | Number of signatures required for approval (must not exceed signers.length) |
time_lock? | number | Optional time lock in seconds (if provided, must be between 1 and u32::MAX) |
admin_address? | string | Optional admin address (Solana public key) for administrative functions |