PythStructs
Title: Pyth Price Structs
Structs
Price
struct Price {
int64 price;
uint64 conf;
int32 expo;
uint256 publishTime;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Title: Pyth Price Structs
struct Price {
int64 price;
uint64 conf;
int32 expo;
uint256 publishTime;
}