contract PythStructs
struct Price { int64 price; uint64 conf; int32 expo; uint256 publishTime; }
Last updated 2 months ago