Skip to content
Snippets Groups Projects
AppWallet.py 221 B
Newer Older

class AppWallet:
    def __init__(self):
        pass

    @classmethod
    def create_wallet(cls,max_co_signers, min_co_signers, initiator_id, wallet_name):
        # TODO create new wallet in the database
        pass