Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.32 KB

ListXRPRippleTransactionsByBlockHeightRIOffer.md

File metadata and controls

29 lines (21 loc) · 1.32 KB

ListXRPRippleTransactionsByBlockHeightRIOffer

Properties

Name Type Description Notes
amount str
unit str

Example

from cryptoapis.models.list_xrp_ripple_transactions_by_block_height_ri_offer import ListXRPRippleTransactionsByBlockHeightRIOffer

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

# convert the object into a dict
list_xrp_ripple_transactions_by_block_height_ri_offer_dict = list_xrp_ripple_transactions_by_block_height_ri_offer_instance.to_dict()
# create an instance of ListXRPRippleTransactionsByBlockHeightRIOffer from a dict
list_xrp_ripple_transactions_by_block_height_ri_offer_form_dict = list_xrp_ripple_transactions_by_block_height_ri_offer.from_dict(list_xrp_ripple_transactions_by_block_height_ri_offer_dict)

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