MCPcopy
hub / github.com/spaceandtimefdn/SxT-Python-SDK / private_key

Method private_key

src/spaceandtime/sxtkeymanager.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68
69 @property
70 def private_key(self):
71 return self.convert_key(self.__pv, SXTKeyEncodings.BYTES, self.encoding)
72 @private_key.setter
73 def private_key(self, value):
74 self.__pv = self.convert_key(value, self.get_encoding_type(value), SXTKeyEncodings.BYTES) if value else ''

Callers

nothing calls this directly

Calls 3

convert_keyMethod · 0.95
get_encoding_typeMethod · 0.95
__callback__Method · 0.95

Tested by

no test coverage detected