Skip to content

SOLANA ZK PROGRAM IDS

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / SOLANA_ZK_PROGRAM_IDS

const SOLANA_ZK_PROGRAM_IDS: object

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:17231

Native Solana ZK proof program IDs

Note: These are the native Solana programs for ZK proof verification. For custom Noir circuits, a dedicated verifier program would be needed.

readonly ZK_TOKEN_PROOF: "ZkTokenProof1111111111111111111111111111111"

ZK Token Proof Program (native)

readonly ZK_ELGAMAL_PROOF: "ZkE1Gama1Proof11111111111111111111111111111"

ZK ElGamal Proof Program (native)

readonly SIP_NOIR_VERIFIER: "SIPNoirVerifier1111111111111111111111111"

Custom SIP Noir Verifier (TBD - to be deployed)