Encapsulates data about actors (the person or system that can execute commands).
Interfaces
| IAgent | Represents an actor who can interact with transactions. |
| IAgentAccessor | Represents a type that can access an instance of IAgent. |
| IAgentSignatureAugmenter | Represents a type that can augment an agent signature by providing additional, application-specific information. |