Interface BakerPoolStatusDetails

Hierarchy

  • BakerPoolStatusDetails

Properties

allPoolTotalCapital: CcdAmount

Total capital staked across all pools, including passive delegation.

bakerAddress: AccountAddress

The account address of the pool owner

bakerEquityCapital?: CcdAmount

The equity capital provided by the pool owner. Absent if the pool is removed.

bakerId: bigint

The pool owner

bakerStakePendingChange: BakerPoolPendingChange

Any pending change to the equity capital. This is not used from protocol version 7 onwards, as stake changes are immediate.

currentPaydayStatus?: CurrentPaydayBakerPoolStatus

Information of the pool in the current reward period.

delegatedCapital?: CcdAmount

The capital delegated to the pool by other accounts. Absent if the pool is removed.

delegatedCapitalCap?: CcdAmount

The maximum amount that may be delegated to the pool, accounting for leverage and stake limits. Absent if the pool is removed

poolInfo?: BakerPoolInfo

The pool info associated with the pool: open status, metadata URL and commission rates. Absent if the pool is removed

Generated using TypeDoc