From bfc1d816ebc58230e3df2eddc4845c21bfbe763a Mon Sep 17 00:00:00 2001 From: Georgi Zlatarev <45011053+ghzlatarev@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:39:57 +0300 Subject: [PATCH] Update types.json (#120) --- types.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types.json b/types.json index 09ce1b82e..629dfec45 100644 --- a/types.json +++ b/types.json @@ -9,6 +9,7 @@ }, "CurrencyIdOf": "CurrencyId", "Amount": "i128", - "AmountOf": "Amount" + "AmountOf": "Amount", + "TAssetsBalance": "u128" }