Interface RSAPCDClaim

interface RSAPCDClaim {
    message: string;
}

Properties

Properties

message: string

Message that was signed by the RSA private key corresponding to RSAPCDProof#publicKey.

Generated using TypeDoc