Type alias RevealProof<ValueType>

RevealProof<ValueType>: {
    attribute: ValueType;
    proof: string;
    type: RevealAttribute;
}

Type Parameters

  • ValueType

Type declaration

Generated using TypeDoc