use printable balance

This commit is contained in:
fmtabbara
2021-09-01 15:12:25 +01:00
parent 6f5f0c00b5
commit c2ee02a2cf
+1
View File
@@ -16,6 +16,7 @@ export type TNodeOwnership = {
export type TBalance = {
amount: string
demon: EnumDemon
printableBalance: string
}
export type TClientDetails = {