Skip to content

Commit

Permalink
Fix candid
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Jul 22, 2024
1 parent 2179235 commit aed4169
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/canisters/user_index/api/can.did
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ type ChitBalancesArgs = record {
month : nat8;
};

type ChitBalancesResponse = variant {
Success : record {
balances : vec record { UserId; int32 };
};
};

type DiamondMembershipFeesResponse = variant {
Success : vec record {
token : Cryptocurrency;
Expand Down

0 comments on commit aed4169

Please sign in to comment.