Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
class
AttestResponse(BaseModel):
177
attestation: str
178
179
def
decode_attestation(self) -> bytes:
180
return
bytes.fromhex(self.attestation)
181
182
183
class
SignResponse(BaseModel):
Callers
1
attest
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected