Skip to main content

create

Function create 

Source
pub fn create<S: SignerSync>(
    domain: &Eip712Domain,
    signer: &S,
    deployment: &DeploymentId,
    request: &str,
    response: &str,
) -> Attestation
Available on crate feature attestation only.
Expand description

Create an attestation.

Signs the attestation with the signer’s private key.