SolanaVerificationKey
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / SolanaVerificationKey
Interface: SolanaVerificationKey
Section titled “Interface: SolanaVerificationKey”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17720
Verification key for Solana on-chain verification
Contains the cryptographic parameters needed to verify proofs on-chain.
Properties
Section titled “Properties”circuitType
Section titled “circuitType”circuitType:
NoirCircuitType
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17722
Circuit type this key is for
keyBytes
Section titled “keyBytes”keyBytes:
Uint8Array
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17724
Serialized verification key bytes
keyHash
Section titled “keyHash”keyHash:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17726
Key hash for integrity check
publicInputCount
Section titled “publicInputCount”publicInputCount:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17728
Number of public inputs expected
accountAddress?
Section titled “accountAddress?”
optionalaccountAddress?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17730
Solana account address where key is stored (if deployed)