Query the list of all stake pools currently registered and active, optionally filtered by ids.

Hierarchy

  • QueryLedgerStateStakePools

Index

Properties

Properties

Optional id

id: unknown

jsonrpc

jsonrpc: "2.0"

method

method: "queryLedgerState/stakePools"

Optional params

params: object

Type declaration

  • Optional includeStake?: boolean

    When provided and set to 'true', the result will also include the live stake associated to each pool. This may take some additional time the first time this is queried within an epoch.

  • Optional stakePools?: object[]