ChronicleSecuritizeFeed

Documentation for eth_defi.tokenised_fund.securitize.chronicle.ChronicleSecuritizeFeed Python class.

class ChronicleSecuritizeFeed

Bases: object

One Securitize product verified by Chronicle Proof of Asset.

Attributes summary

chain_id

EVM chain hosting the Securitize DSToken.

token

Lower-case DSToken address.

dashboard_slug

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
Return type

None