ZK-Proof credential for Gun authentication

interface ZkProofCredential {
    commitment: string;
    createdAt: number;
    gunPair: ISEAPair;
}

Properties

commitment: string
createdAt: number
gunPair: ISEAPair