Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.03 KB

File metadata and controls

28 lines (20 loc) · 1.03 KB

NewRevertedBlockRBData

Properties

Name Type Description Notes
item NewRevertedBlockRBDataItem

Example

from cryptoapis.models.new_reverted_block_rb_data import NewRevertedBlockRBData

# TODO update the JSON string below
json = "{}"
# create an instance of NewRevertedBlockRBData from a JSON string
new_reverted_block_rb_data_instance = NewRevertedBlockRBData.from_json(json)
# print the JSON string representation of the object
print NewRevertedBlockRBData.to_json()

# convert the object into a dict
new_reverted_block_rb_data_dict = new_reverted_block_rb_data_instance.to_dict()
# create an instance of NewRevertedBlockRBData from a dict
new_reverted_block_rb_data_form_dict = new_reverted_block_rb_data.from_dict(new_reverted_block_rb_data_dict)

[Back to Model list] [Back to API list] [Back to README]