Hierarchy

  • WithStakePools

Properties

Properties

stakePools: {
    retirements: Mappers.PoolRetirement[];
    updates: Mappers.PoolUpdate[];
}

Type declaration

  • retirements: Mappers.PoolRetirement[]

    Does not include retirements that were invalidated by PoolUpdate in this same block. One per PoolId (only the latest certificate takes effect)

  • updates: Mappers.PoolUpdate[]

    One per PoolId (only the latest certificate takes effect)

Generated using TypeDoc