Update Functions
Update functions are public actor methods that execute through consensus. Use
Query Functions
Query functions are public actor methods that skip consensus for faster execution. Use them for read-only APIs. Current Sector9 verification still uses ordinary permission rules for their bodies: list fields you read in reads, and list fields you write in modifies.
Caller Identity
Shared functions can access the Principal of their caller for authorization, ownership checks, and audit trails.


