def __init__(self, schemaId, repo: PublicRepo): WalletInMemory.__init__(self, schemaId, repo) # other dicts with key=schemaKey self._sks = {} self._skRs = {} self._accumSks = {} self._m2s = {} self._attributes = {}
def __init__(self, schemaId, repo: PublicRepo): WalletInMemory.__init__(self, schemaId, repo) # other dicts with key=schemaKey self._m1s = {} self._m2s = {} self._c1s = {} self._c2s = {} self._primaryInitData = {} self._nonRevocInitData = {}