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

Class AttestResponse

sdk/python/src/dstack_sdk/dstack_client.py:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176class AttestResponse(BaseModel):
177 attestation: str
178
179 def decode_attestation(self) -> bytes:
180 return bytes.fromhex(self.attestation)
181
182
183class SignResponse(BaseModel):

Callers 1

attestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected