ChronicleSecuritizeFeed
Documentation for eth_defi.tokenised_fund.securitize.chronicle.ChronicleSecuritizeFeed Python class.
- class ChronicleSecuritizeFeed
Bases:
objectOne Securitize product verified by Chronicle Proof of Asset.
Attributes summary
EVM chain hosting the Securitize DSToken.
Lower-case DSToken address.
Chronicle public dashboard slug.
Methods summary
__init__(chain_id, token, dashboard_slug)- chain_id: int
EVM chain hosting the Securitize DSToken.
- token: eth_typing.evm.HexAddress
Lower-case DSToken address.
- dashboard_slug: str
Chronicle public dashboard slug.
- __init__(chain_id, token, dashboard_slug)
- Parameters
chain_id (int) –
token (eth_typing.evm.HexAddress) –
dashboard_slug (str) –
- Return type
None