| Name | Type | Description | Notes |
|---|---|---|---|
| confirmed_balance | GetAddressBalanceRIConfirmedBalance |
from cryptoapis.models.get_address_balance_ri import GetAddressBalanceRI
# TODO update the JSON string below
json = "{}"
# create an instance of GetAddressBalanceRI from a JSON string
get_address_balance_ri_instance = GetAddressBalanceRI.from_json(json)
# print the JSON string representation of the object
print GetAddressBalanceRI.to_json()
# convert the object into a dict
get_address_balance_ri_dict = get_address_balance_ri_instance.to_dict()
# create an instance of GetAddressBalanceRI from a dict
get_address_balance_ri_form_dict = get_address_balance_ri.from_dict(get_address_balance_ri_dict)