Type alias Web3IdProofInput

Web3IdProofInput: {
    commitmentInputs: CommitmentInput[];
    globalContext: CryptographicParameters;
    request: Web3IdProofRequest;
}

The input to getVerifiablePresentation

Type declaration

Generated using TypeDoc