Module ic_agent::agent

source ·
Expand description

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

Re-exports§

Modules§

Structs§

Enums§

Traits§

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