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
fromdappserver_server_sdk.models.blockchain_lethean_wallet_start_dtoimportBlockchainLetheanWalletStartDTO# TODO update the JSON string belowjson="{}"# create an instance of BlockchainLetheanWalletStartDTO from a JSON stringblockchain_lethean_wallet_start_dto_instance=BlockchainLetheanWalletStartDTO.from_json(json)
# print the JSON string representation of the objectprintBlockchainLetheanWalletStartDTO.to_json()
# convert the object into a dictblockchain_lethean_wallet_start_dto_dict=blockchain_lethean_wallet_start_dto_instance.to_dict()
# create an instance of BlockchainLetheanWalletStartDTO from a dictblockchain_lethean_wallet_start_dto_form_dict=blockchain_lethean_wallet_start_dto.from_dict(blockchain_lethean_wallet_start_dto_dict)