Module attestation

Module attestation 

Source
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§

VerificationError
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.