nullifiers_path_for_pool

Function nullifiers_path_for_pool 

Source
pub fn nullifiers_path_for_pool(
    pool_type: u32,
    _pool_identifier: Option<&[u8]>,
) -> Result<Vec<Vec<u8>>, Error>
Expand description

Resolves the nullifiers path based on pool type.

Pool types:

  • 0: Main credit shielded pool → [AddressBalances, "s", [2]]
  • 1: Main token shielded pool (not yet implemented)
  • 2: Individual token shielded pool (not yet implemented, requires pool_identifier)