We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66233aa commit e8fc8bcCopy full SHA for e8fc8bc
1 file changed
holochain_client/api/common/types.py
@@ -1,6 +1,8 @@
1
+from typing import Tuple
2
+
3
DnaHash = bytes
4
AgentPubKey = bytes
-CellId = [DnaHash, AgentPubKey]
5
+CellId = Tuple[DnaHash, AgentPubKey]
6
ZomeName = str
7
FunctionName = str
8
RoleName = str
0 commit comments