22 lines
322 B
Markdown
22 lines
322 B
Markdown
## State
|
|
|
|
### Inflation
|
|
- key: `0x00`
|
|
- value: `amino(Inflation)`
|
|
|
|
The current annual inflation rate.
|
|
|
|
```golang
|
|
type Inflation sdk.Dec
|
|
```
|
|
|
|
### InflationLastTime
|
|
- key: `0x01`
|
|
- value: `amino(InflationLastTime)`
|
|
|
|
The last unix time which the inflation was processed for.
|
|
|
|
```golang
|
|
type InflationLastTime int64
|
|
```
|