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

Class GetTokenContractRootBucketResponse

common/src/did.rs:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46#[derive(Serialize, Deserialize, CandidType)]
47pub struct GetTokenContractRootBucketResponse {
48 pub canister: Option<RootBucketId>,
49 pub witness: Option<Witness>,
50}
51
52#[derive(Serialize, Deserialize, CandidType)]
53pub struct GetUserRootBucketsArg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected