Skip to main content
Account policies configuration for multi-signature accounts. Defines the signers, approval threshold, and optional security restrictions. Important:
  • 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

PropertyTypeDescription
signersAccountSigner[]Array of account signers (1-10 signers required)
thresholdnumberNumber of signatures required for approval (must not exceed signers.length)
time_lock?numberOptional time lock in seconds (if provided, must be between 1 and u32::MAX)
admin_address?stringOptional admin address (Solana public key) for administrative functions
I