auth/standard_action_specs.ts view source
readonly { method: string; initiator: "frontend" | "backend" | "both"; side_effects: boolean; input: ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>; output: ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>; ... 6 more ...; rate_limit?: "both" | ... 2 more ... | undefined; }[] Combined spec registry for the standard RPC surface (admin + permit_offer + account). Symmetric with create_standard_rpc_actions.
Spec count is the sum of the three sub-registries. Adding a method to any sub-registry surfaces here automatically.