Available on crate feature
attestation
only.Expand description
Attestation types and functions for verifying attestations.
Structs§
- Attestation
- An attestation of a request-response pair.
- Receipt
- EIP-712 receipt struct for attestation signing.
Enums§
- Verification
Error - Errors that can occur when verifying an attestation.
Functions§
- create
- Create an attestation.
- eip712_
domain - Create an EIP-712 domain given a chain ID and dispute manager address.
- recover_
allocation - Recover the signer’s allocation address from the attestation.
- verify
- Verify an attestation.