Skip to main content

Crate ic_agent_canister_runtime

Crate ic_agent_canister_runtime 

Source
Expand description

Library that implements the ic_canister_runtime crate’s Runtime trait using ic-agent. This can be useful when, e.g., contacting a canister via ingress messages instead of via another canister.

Structs§

AgentRuntime
Runtime for interacting with a canister through an ic_agent::Agent. This can be useful when, e.g., contacting a canister via ingress messages instead of via another canister.