Function mock_sapling_scanning_keys

Source
pub fn mock_sapling_scanning_keys(
    num_keys: u8,
    network: &Network,
) -> Vec<SaplingScanningKey>
Expand description

Generates num_keys of SaplingScanningKeys for tests for the given Network.

The keys are seeded only from their index in the returned Vec, so repeated calls return same keys at a particular index.