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.set_confirmations_threshold_responseimportSetConfirmationsThresholdResponse# TODO update the JSON string belowjson="{}"# create an instance of SetConfirmationsThresholdResponse from a JSON stringset_confirmations_threshold_response_instance=SetConfirmationsThresholdResponse.from_json(json)
# print the JSON string representation of the objectprint(SetConfirmationsThresholdResponse.to_json())
# convert the object into a dictset_confirmations_threshold_response_dict=set_confirmations_threshold_response_instance.to_dict()
# create an instance of SetConfirmationsThresholdResponse from a dictset_confirmations_threshold_response_from_dict=SetConfirmationsThresholdResponse.from_dict(set_confirmations_threshold_response_dict)