AggregatorV3Interface.sol

View Source: contracts/AggregatorV3Interface.sol

Functions

  • decimals()

  • description()

  • version()

  • getRoundData(uint80 _roundId)

  • latestRoundData()

decimals

function decimals() external view
returns(uint8)

Arguments

Name

Type

Description

description

function description() external view
returns(string)

Arguments

Name

Type

Description

version

Arguments

Name

Type

Description

getRoundData

Arguments

Name

Type

Description

_roundId

uint80

latestRoundData

Arguments

Name

Type

Description

Last updated

Was this helpful?