pub fn build_instruction(
payer: Pubkey,
id: [u8; 32],
proof_result: ProofResult,
) -> InstructionExpand description
Builds the create_nullifier instruction from proof data.
This is sync and requires no RPC calls.
pub fn build_instruction(
payer: Pubkey,
id: [u8; 32],
proof_result: ProofResult,
) -> InstructionBuilds the create_nullifier instruction from proof data.
This is sync and requires no RPC calls.