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