Skip to content

Commit

Permalink
fix: add Balance type
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Aug 21, 2023
1 parent 6c72be8 commit 9b22737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const mTypes = {
count: "BlockNumber"
},
NumberOrHex: "u128",
Balance: "u128",
VestingInfo: {
locked: "Balance",
perBlock: "Balance",
Expand Down

0 comments on commit 9b22737

Please sign in to comment.