write_reader_states
Documentation for eth_defi.tokenised_fund.wisdomtree.backfill.write_reader_states function.
- write_reader_states(path, states)
Atomically persist the complete preserved state mapping.
- Parameters
path (pathlib.Path) – Reader-state pickle path.
states (dict[eth_defi.vault.base.VaultSpec, dict]) – Complete state mapping.
- Return type
None