AtomicQueryMTPV2OnChainInputs class
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
AtomicQueryMTPV2OnChainInputs ZK private inputs for credentialAtomicQueryMTPV2OnChain.circom
AtomicQuerySigV2OnChainInputs {BaseConfig}
Signature:
export declare class AtomicQueryMTPV2OnChainInputs extends BaseConfig
Extends: BaseConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| authClaim | Claim | ||
| authClaimIncMtp | Proof | ||
| authClaimNonRevMtp | Proof | ||
| challenge | bigint | ||
| claim | ClaimWithMTPProof | ||
| 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 |