| Name | Type | Description | Notes |
|---|---|---|---|
| item | CreateNewMasterWalletRI |
from cryptoapis.models.create_new_master_wallet_r_data import CreateNewMasterWalletRData
# TODO update the JSON string below
json = "{}"
# create an instance of CreateNewMasterWalletRData from a JSON string
create_new_master_wallet_r_data_instance = CreateNewMasterWalletRData.from_json(json)
# print the JSON string representation of the object
print CreateNewMasterWalletRData.to_json()
# convert the object into a dict
create_new_master_wallet_r_data_dict = create_new_master_wallet_r_data_instance.to_dict()
# create an instance of CreateNewMasterWalletRData from a dict
create_new_master_wallet_r_data_form_dict = create_new_master_wallet_r_data.from_dict(create_new_master_wallet_r_data_dict)