MCPcopy Create free account
hub / github.com/cryptidtech/oberon / new_token

Method new_token

python/oberon/classes.py:34–35  ·  view source on GitHub ↗
(self, identifier: bytes)

Source from the content-addressed store, hash-verified

32 return PublicKey(get_public_key(self.value))
33
34 def new_token(self, identifier: bytes):
35 return Token(new_token(self.value, identifier))
36
37 def __bytes__(self):
38 return self.value

Callers

nothing calls this directly

Calls 2

TokenClass · 0.70
new_tokenFunction · 0.70

Tested by

no test coverage detected