write_reader_states
Documentation for eth_defi.tokenised_fund.asseto.backfill.write_reader_states function.
- write_reader_states(path, states)
Atomically write historical reader state.
- Parameters
path (pathlib.Path) – Reader-state pickle file path.
states (dict[eth_defi.vault.base.VaultSpec, dict]) – Reader state mapping returned by the historical scanner.
- Return type
None