| Name | Type | Description | Notes |
|---|---|---|---|
| item | DecodeXAddressRI |
from cryptoapis.models.decode_x_address_r_data import DecodeXAddressRData
# TODO update the JSON string below
json = "{}"
# create an instance of DecodeXAddressRData from a JSON string
decode_x_address_r_data_instance = DecodeXAddressRData.from_json(json)
# print the JSON string representation of the object
print DecodeXAddressRData.to_json()
# convert the object into a dict
decode_x_address_r_data_dict = decode_x_address_r_data_instance.to_dict()
# create an instance of DecodeXAddressRData from a dict
decode_x_address_r_data_form_dict = decode_x_address_r_data.from_dict(decode_x_address_r_data_dict)