PythStructs
Overview
License: MIT
contract PythStructsStructs info
Price
struct Price {
int64 price;
uint64 conf;
int32 expo;
uint256 publishTime;
}Last updated
contract PythStructsstruct Price {
int64 price;
uint64 conf;
int32 expo;
uint256 publishTime;
}Last updated