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.legacy_src_or_dest_attributes_innerimportLegacySrcOrDestAttributesInner# TODO update the JSON string belowjson="{}"# create an instance of LegacySrcOrDestAttributesInner from a JSON stringlegacy_src_or_dest_attributes_inner_instance=LegacySrcOrDestAttributesInner.from_json(json)
# print the JSON string representation of the objectprint(LegacySrcOrDestAttributesInner.to_json())
# convert the object into a dictlegacy_src_or_dest_attributes_inner_dict=legacy_src_or_dest_attributes_inner_instance.to_dict()
# create an instance of LegacySrcOrDestAttributesInner from a dictlegacy_src_or_dest_attributes_inner_from_dict=LegacySrcOrDestAttributesInner.from_dict(legacy_src_or_dest_attributes_inner_dict)