Type Alias: AgentTxGroup
AgentTxGroup = typeof
AGENT_TX_GROUP_VALUES[number]
Defined in: src/api/procedures/types.ts:486
Type-level union of the TxGroup values that External Agents can use.
- Derived from AGENT_TX_GROUP_VALUES
- For iteration or runtime checks, prefer the AGENT_TX_GROUP_VALUES constant.
- All transactions in these groups are available to both Agents and Secondary Keys.