| Name | Type | Description | Notes |
|---|---|---|---|
| item | BlockHeightReachedRBDataItem |
from cryptoapis.models.block_height_reached_rb_data import BlockHeightReachedRBData
# TODO update the JSON string below
json = "{}"
# create an instance of BlockHeightReachedRBData from a JSON string
block_height_reached_rb_data_instance = BlockHeightReachedRBData.from_json(json)
# print the JSON string representation of the object
print BlockHeightReachedRBData.to_json()
# convert the object into a dict
block_height_reached_rb_data_dict = block_height_reached_rb_data_instance.to_dict()
# create an instance of BlockHeightReachedRBData from a dict
block_height_reached_rb_data_form_dict = block_height_reached_rb_data.from_dict(block_height_reached_rb_data_dict)