From 9b227378837715137cb113468bd0edc95586b740 Mon Sep 17 00:00:00 2001 From: devdanco Date: Mon, 21 Aug 2023 15:00:24 +0200 Subject: [PATCH] fix: add Balance type --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 401cdb9..95b8732 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,6 +15,7 @@ export const mTypes = { count: "BlockNumber" }, NumberOrHex: "u128", + Balance: "u128", VestingInfo: { locked: "Balance", perBlock: "Balance",