OndoProduct
Documentation for eth_defi.tokenised_fund.ondo.constants.OndoProduct Python class.
- class OndoProduct
Bases:
objectMetadata needed to read an Ondo share token and its issuer NAV oracle.
Attributes summary
chain_idtokensymbolproduct_nameoracleoracle_methodoracle_first_seen_at_blockfirst_seen_at_blockfirst_seen_athomepagedescriptionnotesmanagement_feeMethods summary
__init__(chain_id, token, symbol, ...[, ...])- __init__(chain_id, token, symbol, product_name, oracle, oracle_method, oracle_first_seen_at_block, first_seen_at_block, first_seen_at, homepage, description, notes, management_fee=None)
- Parameters
chain_id (int) –
token (eth_typing.evm.HexAddress) –
symbol (str) –
product_name (str) –
oracle (eth_typing.evm.HexAddress) –
oracle_method (str) –
oracle_first_seen_at_block (int) –
first_seen_at_block (int) –
first_seen_at (datetime.datetime) –
homepage (str) –
description (str) –
notes (str) –
- Return type
None