WisdomTreeProduct
Documentation for eth_defi.tokenised_fund.wisdomtree.constants.WisdomTreeProduct Python class.
- class WisdomTreeProduct
Bases:
objectStatic facts for a WisdomTree tokenised fund deployment.
Attributes summary
chain_idtokensymbolproduct_namehomepagefirst_seen_at_blockfirst_seen_atexpense_ratioMethods summary
__init__(chain_id, token, symbol, ...)- __init__(chain_id, token, symbol, product_name, homepage, first_seen_at_block, first_seen_at, expense_ratio)
- Parameters
chain_id (int) –
token (eth_typing.evm.HexAddress) –
symbol (str) –
product_name (str) –
homepage (str) –
first_seen_at_block (int) –
first_seen_at (datetime.datetime) –
- Return type
None