Skip to content

Commit

Permalink
TW-1394: Fix bakers balance. Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsx committed Mar 14, 2024
1 parent 07231fa commit 2d260ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/apis/tzkt/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ interface TzktDelegateAccount extends TzktAccountBase {
activationTime: string;
deactivationLevel: number | nullish;
deactivationTime: string | nullish;
stakedBalance?: number;
unstakedBalance?: number;
delegatedBalance: number;
numContracts: number;
rollupsCount: number;
Expand Down

0 comments on commit 2d260ba

Please sign in to comment.