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

Method sign

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

Signs data using a derived key.

(self, algorithm: str, data: str | bytes)

Source from the content-addressed store, hash-verified

601
602 @call_async
603 def sign(self, algorithm: str, data: str | bytes) -> SignResponse:
604 """Signs data using a derived key."""
605 raise NotImplementedError
606
607 @call_async
608 def verify(

Calls

no outgoing calls