| Name | Type | Description | Notes |
|---|---|---|---|
| item | EncodeXAddressRI |
from cryptoapis.models.encode_x_address_r_data import EncodeXAddressRData
# TODO update the JSON string below
json = "{}"
# create an instance of EncodeXAddressRData from a JSON string
encode_x_address_r_data_instance = EncodeXAddressRData.from_json(json)
# print the JSON string representation of the object
print EncodeXAddressRData.to_json()
# convert the object into a dict
encode_x_address_r_data_dict = encode_x_address_r_data_instance.to_dict()
# create an instance of EncodeXAddressRData from a dict
encode_x_address_r_data_form_dict = encode_x_address_r_data.from_dict(encode_x_address_r_data_dict)