| Name | Type | Description | Notes |
|---|---|---|---|
| item | BlockHeightReachedRI |
from cryptoapis.models.block_height_reached_r_data import BlockHeightReachedRData
# TODO update the JSON string below
json = "{}"
# create an instance of BlockHeightReachedRData from a JSON string
block_height_reached_r_data_instance = BlockHeightReachedRData.from_json(json)
# print the JSON string representation of the object
print BlockHeightReachedRData.to_json()
# convert the object into a dict
block_height_reached_r_data_dict = block_height_reached_r_data_instance.to_dict()
# create an instance of BlockHeightReachedRData from a dict
block_height_reached_r_data_form_dict = block_height_reached_r_data.from_dict(block_height_reached_r_data_dict)