MCPcopy Create free account
hub / github.com/Psychedelic/cap / GetTokenContractRootBucketArg

Class GetTokenContractRootBucketArg

common/src/did.rs:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#[derive(Serialize, Deserialize, CandidType)]
41pub struct GetTokenContractRootBucketArg {
42 pub canister: TokenContractId,
43 pub witness: bool,
44}
45
46#[derive(Serialize, Deserialize, CandidType)]
47pub struct GetTokenContractRootBucketResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected