Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.27 KB

DeriveAndSyncNewChangeAddressesRBData.md

File metadata and controls

28 lines (20 loc) · 1.27 KB

DeriveAndSyncNewChangeAddressesRBData

Properties

Name Type Description Notes
item DeriveAndSyncNewChangeAddressesRBDataItem

Example

from cryptoapis.models.derive_and_sync_new_change_addresses_rb_data import DeriveAndSyncNewChangeAddressesRBData

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

# convert the object into a dict
derive_and_sync_new_change_addresses_rb_data_dict = derive_and_sync_new_change_addresses_rb_data_instance.to_dict()
# create an instance of DeriveAndSyncNewChangeAddressesRBData from a dict
derive_and_sync_new_change_addresses_rb_data_form_dict = derive_and_sync_new_change_addresses_rb_data.from_dict(derive_and_sync_new_change_addresses_rb_data_dict)

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