| 39 | |
| 40 | #[derive(Serialize, Deserialize, CandidType)] |
| 41 | pub struct GetTokenContractRootBucketArg { |
| 42 | pub canister: TokenContractId, |
| 43 | pub witness: bool, |
| 44 | } |
| 45 | |
| 46 | #[derive(Serialize, Deserialize, CandidType)] |
| 47 | pub struct GetTokenContractRootBucketResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected