You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromfireblocks.models.create_multiple_deposit_addresses_job_statusimportCreateMultipleDepositAddressesJobStatus# TODO update the JSON string belowjson="{}"# create an instance of CreateMultipleDepositAddressesJobStatus from a JSON stringcreate_multiple_deposit_addresses_job_status_instance=CreateMultipleDepositAddressesJobStatus.from_json(json)
# print the JSON string representation of the objectprint(CreateMultipleDepositAddressesJobStatus.to_json())
# convert the object into a dictcreate_multiple_deposit_addresses_job_status_dict=create_multiple_deposit_addresses_job_status_instance.to_dict()
# create an instance of CreateMultipleDepositAddressesJobStatus from a dictcreate_multiple_deposit_addresses_job_status_from_dict=CreateMultipleDepositAddressesJobStatus.from_dict(create_multiple_deposit_addresses_job_status_dict)