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.token_link_not_multichain_compatible_http_errorimportTokenLinkNotMultichainCompatibleHttpError# TODO update the JSON string belowjson="{}"# create an instance of TokenLinkNotMultichainCompatibleHttpError from a JSON stringtoken_link_not_multichain_compatible_http_error_instance=TokenLinkNotMultichainCompatibleHttpError.from_json(json)
# print the JSON string representation of the objectprint(TokenLinkNotMultichainCompatibleHttpError.to_json())
# convert the object into a dicttoken_link_not_multichain_compatible_http_error_dict=token_link_not_multichain_compatible_http_error_instance.to_dict()
# create an instance of TokenLinkNotMultichainCompatibleHttpError from a dicttoken_link_not_multichain_compatible_http_error_from_dict=TokenLinkNotMultichainCompatibleHttpError.from_dict(token_link_not_multichain_compatible_http_error_dict)