Type alias InflationRate

InflationRate: {
    epoch: number;
    foundation: number;
    total: number;
    validator: number;
}

Type declaration

  • epoch: number

    epoch for which these values are valid

  • foundation: number

    inflation allocated to the foundation

  • total: number

    total inflation

  • validator: number

    inflation allocated to validators

Generated using TypeDoc