create_runtime_product
Documentation for eth_defi.tokenised_fund.asseto.backfill.create_runtime_product function.
- create_runtime_product(product, deployment_block, first_seen_at)
Convert one public registry entry to a temporary scanner product.
Public registry products do not all expose Asseto’s request/claim manager and
Pricercontracts. The generic adapter therefore uses their published daily NAV history, while preserving the exact token identity and deployment information read from the configured archive RPC.- Parameters
product (eth_defi.tokenised_fund.asseto.offchain_api.AssetoOffchainProduct) – Asseto public EVM product entry.
deployment_block (int) – First token-code block found on-chain.
first_seen_at (datetime.datetime) – Naive UTC deployment timestamp.
- Returns
Runtime Asseto adapter product metadata.
- Return type