AtomicQuerySigV2OnChainInputs class
AtomicQuerySigV2OnChainInputs ZK private inputs for credentialAtomicQuerySig.circom
AtomicQuerySigV2OnChainInputs {BaseConfig}
Signature:
export declare class AtomicQuerySigV2OnChainInputs extends BaseConfig
Extends: BaseConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
authClaim | Claim | ||
authClaimIncMtp | Proof | ||
authClaimNonRevMtp | Proof | ||
challenge | bigint | ||
claim | ClaimWithSigProof | ||
claimSubjectProfileNonce | bigint | ||
currentTimeStamp | number | ||
gistProof | GISTProof | ||
id | Id | ||
profileNonce | bigint | ||
query | Query | ||
requestID | bigint | ||
signature | Signature | ||
skipClaimRevocationCheck | boolean | ||
treeState | TreeState |
Methods
Method | Modifiers | Description |
---|---|---|
inputsMarshal() | marshal inputs | |
validate() | Validate inputs |