| 45 | |
| 46 | #[derive(Serialize, Deserialize, CandidType)] |
| 47 | pub struct GetTokenContractRootBucketResponse { |
| 48 | pub canister: Option<RootBucketId>, |
| 49 | pub witness: Option<Witness>, |
| 50 | } |
| 51 | |
| 52 | #[derive(Serialize, Deserialize, CandidType)] |
| 53 | pub struct GetUserRootBucketsArg { |
nothing calls this directly
no outgoing calls
no test coverage detected