Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
id | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
balance | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
paid | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
received | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
pending | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
journals | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
fees | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
transactions | list, tuple, None, | tuple, NoneClass, | [optional] |
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
list, tuple, None, | tuple, NoneClass, |
Class Name | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
WalletTranModel | WalletTranModel | WalletTranModel |