Interface PODPCDProof

Defines the POD PCD proof. The proof is an EdDSA signature on the POD's content ID, which is derived from the entries.

interface PODPCDProof {
    signature: string;
}

Properties

Properties

signature: string

The EdDSA signature of this POD's content ID, in a packed string form. See decodeSignature in @pcd/pod if you need to manipulate or convert this value.

Generated using TypeDoc