Interface EdDSAPCDProof

Defines the EdDSA PCD proof. The proof is the signature that proves that the private key corresponding to the public key in the claim has been successfully used to sign the message.

interface EdDSAPCDProof {
    signature: string;
}

Properties

Properties

signature: string

The EdDSA signature of the message as a hexadecimal string.

Generated using TypeDoc