- CAN_INITIATE: Initiate transactions
- CAN_EXECUTE: Execute approved transactions
- CAN_VOTE: Vote on pending transactions
Type Aliases
SignerPermission
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type SignerPermission = "CAN_INITIATE" | "CAN_EXECUTE" | "CAN_VOTE";
Was this page helpful?