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.tr_link_vasp_national_identificationimportTRLinkVaspNationalIdentification# TODO update the JSON string belowjson="{}"# create an instance of TRLinkVaspNationalIdentification from a JSON stringtr_link_vasp_national_identification_instance=TRLinkVaspNationalIdentification.from_json(json)
# print the JSON string representation of the objectprint(TRLinkVaspNationalIdentification.to_json())
# convert the object into a dicttr_link_vasp_national_identification_dict=tr_link_vasp_national_identification_instance.to_dict()
# create an instance of TRLinkVaspNationalIdentification from a dicttr_link_vasp_national_identification_from_dict=TRLinkVaspNationalIdentification.from_dict(tr_link_vasp_national_identification_dict)