create_lead
Documentation for eth_defi.tokenised_fund.securitize.backfill.create_lead function.
- create_lead(product, deployment_block, first_seen_at)
Create a lead row without discovering the whole chain again.
The lead carries the same initial position as its synthetic detection so downstream metadata and history readers retain the expected ordering.
- Parameters
product (eth_defi.tokenised_fund.securitize.description.SecuritizeProduct) – Reviewed Securitize product.
deployment_block (int) – First block containing the DSToken proxy code.
first_seen_at (datetime.datetime) – Deployment timestamp in naive UTC.
- Returns
Lead record for the shared vault database.
- Return type