Appearance
Git Source
function lastPrice() external view returns (Price memory price);
struct Price { uint256 price; uint256 timestamp; }