Type alias VerifyWeb3IdCredentialSignatureInput

VerifyWeb3IdCredentialSignatureInput: {
    globalContext: CryptographicParameters;
    holder: string;
    issuerContract: ContractAddress.Type;
    issuerPublicKey: string;
    randomness: Record<string, string>;
    signature: string;
    values: Record<string, AttributeType>;
}

Type declaration

Generated using TypeDoc