Beispiel #1
0
    def __init__(self, source_id: str, attrs: dict, cred_def_id: str, name: str, price: float):

        VcxStateful.__init__(self, source_id)
        self._cred_def_id = cred_def_id
        self._attrs = attrs
        self._name = name
        self._price = price
Beispiel #2
0
    def __init__(self, source_id: str, attrs: dict, cred_def_id: str, name: str, price: float):

        VcxStateful.__init__(self, source_id)
        self._cred_def_id = cred_def_id
        self._attrs = attrs
        self._name = name
        self._price = price
Beispiel #3
0
 def __init__(self, source_id: str, name: str, version: str, attrs: list, transaction: Optional[str] = None):
     VcxStateful.__init__(self, source_id)
     self._source_id = source_id
     self._schema_id = None
     self._attrs = attrs
     self._name = name
     self._version = version
     self._transaction = transaction
Beispiel #4
0
 def __init__(self,
              source_id: str,
              name: str,
              schema_id: str,
              transaction: Optional[str] = None):
     VcxStateful.__init__(self, source_id)
     self._source_id = source_id
     self._schema_id = schema_id
     self._name = name
     self._transaction = transaction
Beispiel #5
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)
Beispiel #6
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)
     self._proof_state = 0
Beispiel #7
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)
     self._name = source_id
     self._proof_req = None
Beispiel #8
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)
     self._name = source_id
     self._cred_offer = None
Beispiel #9
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)
     self._proof_state = 0
Beispiel #10
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)
     self._name = source_id
     self._proof_req = None
Beispiel #11
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)
     self._name = source_id
     self._cred_offer = None
Beispiel #12
0
 def __init__(self, source_id: str):
     VcxStateful.__init__(self, source_id)