AtomicQuerySigV2Inputs class
AtomicQuerySigV2Inputs representation for credentialAtomicQuerySig.circom Inputs and public signals declaration, marshalling and parsing
AtomicQuerySigV2Inputs {BaseConfig}
Signature:
export declare class AtomicQuerySigV2Inputs extends BaseConfig
Extends: BaseConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| claim | ClaimWithSigProof | ||
| claimSubjectProfileNonce | bigint | ||
| currentTimeStamp | number | ||
| id | Id | ||
| profileNonce | bigint | ||
| query | Query | ||
| requestID | bigint | ||
| skipClaimRevocationCheck | boolean |
Methods
| Method | Modifiers | Description |
|---|---|---|
| inputsMarshal() | marshal inputs | |
| validate() | Validate inputs |