SolanaVerificationKey
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / SolanaVerificationKey
Interface: SolanaVerificationKey
Section titled “Interface: SolanaVerificationKey”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:17119
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-DXh2IGkz.d.ts:17121
Circuit type this key is for
keyBytes
Section titled “keyBytes”keyBytes:
Uint8Array
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:17123
Serialized verification key bytes
keyHash
Section titled “keyHash”keyHash:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:17125
Key hash for integrity check
publicInputCount
Section titled “publicInputCount”publicInputCount:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:17127
Number of public inputs expected
accountAddress?
Section titled “accountAddress?”
optionalaccountAddress:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:17129
Solana account address where key is stored (if deployed)