MCPcopy Create free account
hub / github.com/dfinity/ICRC-1 / InstallCode

Class InstallCode

test/ref/test.rs:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61 #[derive(CandidType, Serialize)]
62 struct InstallCode<'a> {
63 canister_id: Principal,
64 mode: InstallMode,
65 wasm_module: &'a [u8],
66 arg: &'a [u8],
67 }
68
69 let response_bytes = agent
70 .update(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected