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§
- Agent
Runtime - 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.