XRP
| Name | Type | Description | Notes |
|---|---|---|---|
| total_coins | GetLatestMinedXRPRippleBlockRITotalCoins | ||
| total_fees | GetLatestMinedXRPRippleBlockRITotalFees |
from cryptoapis.models.get_block_details_by_block_hash_from_callback_ribsx import GetBlockDetailsByBlockHashFromCallbackRIBSX
# TODO update the JSON string below
json = "{}"
# create an instance of GetBlockDetailsByBlockHashFromCallbackRIBSX from a JSON string
get_block_details_by_block_hash_from_callback_ribsx_instance = GetBlockDetailsByBlockHashFromCallbackRIBSX.from_json(json)
# print the JSON string representation of the object
print GetBlockDetailsByBlockHashFromCallbackRIBSX.to_json()
# convert the object into a dict
get_block_details_by_block_hash_from_callback_ribsx_dict = get_block_details_by_block_hash_from_callback_ribsx_instance.to_dict()
# create an instance of GetBlockDetailsByBlockHashFromCallbackRIBSX from a dict
get_block_details_by_block_hash_from_callback_ribsx_form_dict = get_block_details_by_block_hash_from_callback_ribsx.from_dict(get_block_details_by_block_hash_from_callback_ribsx_dict)