Skip to content

Commit

Permalink
Add BalancesMap type to Maps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 21, 2024
1 parent 92934f0 commit 76ebf9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/types/Maps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Address } from '.';

export type BalancesMap = { [address: Address]: number };
export type FundsRequirementMap = { [address: Address]: number };
export type FundsReceivedMap = { [address: Address]: boolean };

0 comments on commit 76ebf9f

Please sign in to comment.