ic_agent

Module agent

source
Expand description

The main Agent module. Contains the Agent type and all associated structures.

Re-exports§

Modules§

Structs§

Enums§

Traits§

  • HTTP client middleware. Implemented automatically for reqwest-compatible by-ref tower::Service, such as reqwest_middleware.
  • An interface for generating nonces.

Functions§

  • Inspect the bytes to be sent as a query Return Ok only when the bytes can be deserialized as a query and all fields match with the arguments
  • Inspect the bytes to be sent as a request_status Return Ok only when the bytes can be deserialized as a request_status and all fields match with the arguments
  • Inspect the bytes to be sent as an update Return Ok only when the bytes can be deserialized as an update and all fields match with the arguments