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

Latest commit

 

History

History
30 lines (22 loc) · 1.47 KB

File metadata and controls

30 lines (22 loc) · 1.47 KB

GetBlockDetailsByBlockHashFromCallbackRIBSX

XRP

Properties

Name Type Description Notes
total_coins GetLatestMinedXRPRippleBlockRITotalCoins
total_fees GetLatestMinedXRPRippleBlockRITotalFees

Example

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)

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