# PythStructs

## Overview

#### License: MIT

```solidity
contract PythStructs
```

## Structs info

### Price

```solidity
struct Price {
	int64 price;
	uint64 conf;
	int32 expo;
	uint256 publishTime;
}
```
