Request a versioned attestation for the provided report data.
(
self,
report_data: str | bytes,
)
| 567 | |
| 568 | @call_async |
| 569 | def attest( |
| 570 | self, |
| 571 | report_data: str | bytes, |
| 572 | ) -> AttestResponse: |
| 573 | """Request a versioned attestation for the provided report data.""" |
| 574 | raise NotImplementedError |
| 575 | |
| 576 | @call_async |
| 577 | def info(self) -> InfoResponse[TcbInfo]: |
no outgoing calls