Request an attestation quote for the provided report data.
(
self,
report_data: str | bytes,
)
| 559 | |
| 560 | @call_async |
| 561 | def get_quote( |
| 562 | self, |
| 563 | report_data: str | bytes, |
| 564 | ) -> GetQuoteResponse: |
| 565 | """Request an attestation quote for the provided report data.""" |
| 566 | raise NotImplementedError |
| 567 | |
| 568 | @call_async |
| 569 | def attest( |
no outgoing calls