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.local_bank_transfer_africa_addressimportLocalBankTransferAfricaAddress# TODO update the JSON string belowjson="{}"# create an instance of LocalBankTransferAfricaAddress from a JSON stringlocal_bank_transfer_africa_address_instance=LocalBankTransferAfricaAddress.from_json(json)
# print the JSON string representation of the objectprint(LocalBankTransferAfricaAddress.to_json())
# convert the object into a dictlocal_bank_transfer_africa_address_dict=local_bank_transfer_africa_address_instance.to_dict()
# create an instance of LocalBankTransferAfricaAddress from a dictlocal_bank_transfer_africa_address_from_dict=LocalBankTransferAfricaAddress.from_dict(local_bank_transfer_africa_address_dict)