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.add_asset_to_external_wallet_request_one_of1_additional_info_one_of1importAddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf1# TODO update the JSON string belowjson="{}"# create an instance of AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf1 from a JSON stringadd_asset_to_external_wallet_request_one_of1_additional_info_one_of1_instance=AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf1.from_json(json)
# print the JSON string representation of the objectprint(AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf1.to_json())
# convert the object into a dictadd_asset_to_external_wallet_request_one_of1_additional_info_one_of1_dict=add_asset_to_external_wallet_request_one_of1_additional_info_one_of1_instance.to_dict()
# create an instance of AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf1 from a dictadd_asset_to_external_wallet_request_one_of1_additional_info_one_of1_from_dict=AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf1.from_dict(add_asset_to_external_wallet_request_one_of1_additional_info_one_of1_dict)