parent
4c99ca3f76
commit
8abd9c56a1
|
@ -2,7 +2,7 @@ import json, strformat, stint, strutils
|
|||
|
||||
include app_service/common/json_utils
|
||||
|
||||
type BalanceDto* = object
|
||||
type BalanceDto* = ref object
|
||||
rawBalance*: Uint256
|
||||
balance*: float64
|
||||
address*: string
|
||||
|
|
|
@ -7,7 +7,7 @@ include app_service/common/json_utils
|
|||
export balance_dto
|
||||
|
||||
type
|
||||
TokenMarketValuesDto* = object
|
||||
TokenMarketValuesDto* = ref object
|
||||
marketCap*: float64
|
||||
highDay*: float64
|
||||
lowDay*: float64
|
||||
|
@ -19,7 +19,7 @@ type
|
|||
hasError*: bool
|
||||
|
||||
type
|
||||
WalletTokenDto* = object
|
||||
WalletTokenDto* = ref object
|
||||
name*: string
|
||||
symbol*: string
|
||||
decimals*: int
|
||||
|
|
Loading…
Reference in New Issue