return True if isinstance(wallet_instance, WalletModel) else False
# TODO complete validations for all Wallet Models
# TODO be sure to integrate all models to the view
class ClassSetters:
def __init__(self):
self.transaction_types = ['withdrawal', 'deposit']
be sure to integrate all models to the view
https://github.com/freelancing-solutions/gcp-database-as-a-service-stock-markets/blob/cf171fa2d415e1ae119f38d0cb6bc9a2678e9228/data_service/store/wallet.py#L19
be3767a3d79f58ed93cdfa10d3526536ef9454db