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

Method decode_key

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

Source from the content-addressed store, hash-verified

144 signature_chain: List[str]
145
146 def decode_key(self) -> bytes:
147 return bytes.fromhex(self.key)
148
149 def decode_signature_chain(self) -> List[bytes]:
150 return [bytes.fromhex(chain) for chain in self.signature_chain]

Callers 11

mainFunction · 0.45
to_keypairFunction · 0.45
to_keypair_secureFunction · 0.45
to_accountFunction · 0.45
to_account_secureFunction · 0.45
test_sync_client_get_keyFunction · 0.45

Calls

no outgoing calls