MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / decode_signature

Method decode_signature

sdk/python/src/dstack_sdk/dstack_client.py:188–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 public_key: str
187
188 def decode_signature(self) -> bytes:
189 return bytes.fromhex(self.signature)
190
191 def decode_signature_chain(self) -> List[bytes]:
192 return [bytes.fromhex(chain) for chain in self.signature_chain]

Calls

no outgoing calls