Source code for eth_defi.chainlink.token_price

"""Read token price using Chainlink.

See tutorials 

- :ref:`chainlink-native-token`

"""

from typing import Tuple
from eth_typing import HexAddress

from web3 import Web3

from eth_defi.abi import get_deployed_contract
from eth_defi.chainlink.round_data import ChainLinkLatestRoundData