pmonitor::genesis

Function scan_genesis_block

source
pub async fn scan_genesis_block(
    __arg0: CompactBlock,
    fvks: Vec<FullViewingKey>,
) -> Result<FilteredGenesisBlock>
Expand description

Scanning of the genesis CompactBlock with a list of FVKs to determine the initial balances of the relevant addresses.

Assumption: There are no swaps or nullifiers in the genesis block.