pub fn create<S: SignerSync>(
domain: &Eip712Domain,
signer: &S,
deployment: &DeploymentId,
request: &str,
response: &str,
) -> AttestationAvailable on crate feature
attestation only.Expand description
Create an attestation.
Signs the attestation with the signer’s private key.