Interface PoolParametersV1

Pool parameters used from protocol version 4

Hierarchy

  • PoolParametersV1

Properties

bakingCommissionRange: InclusiveRange<number>

Fraction of baking rewards charged by the pool owner.

capitalBound: number

Maximum fraction of the total staked capital of that a new baker can have.

finalizationCommissionRange: InclusiveRange<number>

Fraction of finalization rewards charged by the pool owner.

leverageBound: Ratio

The maximum leverage that a baker can have as a ratio of total stake to equity capital.

minimumEquityCapital: CcdAmount

Minimum equity capital required for a new baker.

passiveBakingCommission: number

Fraction of baking rewards charged by the passive delegation.

passiveFinalizationCommission: number

Fraction of finalization rewards charged by the passive delegation.

passiveTransactionCommission: number
transactionCommissionRange: InclusiveRange<number>

Fraction of transaction rewards charged by the pool owner.

Generated using TypeDoc