> For the complete documentation index, see [llms.txt](https://docs.fringe.fi/v2-smart-contract-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fringe.fi/v2-smart-contract-documentation/priceoracle/priceproviders/pyth/pythstructs.md).

# PythStructs

## Overview

#### License: MIT

```solidity
contract PythStructs
```

## Structs info

### Price

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