Type alias GenericAtomicProof

GenericAtomicProof: {
    proof: string;
    type: Exclude<StatementTypes, RevealAttribute>;
}

Type declaration

Generated using TypeDoc