Type alias IdProofOutput

IdProofOutput: {
    credential: string;
    proof: Versioned<IdProof>;
}

Type declaration

Generated using TypeDoc