Use ``get_quote`` instead (deprecated).
(
self,
report_data: str | bytes,
hash_algorithm: str | None = None,
)
| 747 | |
| 748 | @call_async |
| 749 | def tdx_quote( |
| 750 | self, |
| 751 | report_data: str | bytes, |
| 752 | hash_algorithm: str | None = None, |
| 753 | ) -> GetQuoteResponse: |
| 754 | """Use ``get_quote`` instead (deprecated).""" |
| 755 | raise NotImplementedError |
| 756 | |
| 757 | @call_async |
| 758 | def info(self) -> InfoResponse[TcbInfo]: |
no outgoing calls