> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kronex.network/llms.txt
> Use this file to discover all available pages before exploring further.

# krnx_getQueuedRewardParamsUpdates

> Reward parameter updates awaiting activation



## OpenAPI

````yaml specs/krnx_getQueuedRewardParamsUpdates.json POST /
openapi: 3.1.0
info:
  description: >-
    Generated from internal/krnxapi/krnx_reward_governance_rpc.go by
    tools/rpcdocgen. Do not edit by hand.
  title: KRNX JSON-RPC
  version: 1.0.0
servers:
  - url: https://rpc.kronex.network
security: []
paths:
  /:
    post:
      summary: krnx_getQueuedRewardParamsUpdates
      description: >-
        Returns the reward parameter updates that have been accepted into the
        chain but have not reached their activation height yet.
      operationId: krnx_getQueuedRewardParamsUpdates
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Request'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Response'
          description: JSON-RPC response
components:
  schemas:
    Request:
      properties:
        id:
          example: 1
          type: integer
        jsonrpc:
          enum:
            - '2.0'
          example: '2.0'
          type: string
        method:
          enum:
            - krnx_getQueuedRewardParamsUpdates
          example: krnx_getQueuedRewardParamsUpdates
          type: string
        params:
          description: This method takes no parameters.
          example: []
          maxItems: 0
          minItems: 0
          type: array
      required:
        - jsonrpc
        - method
        - params
        - id
      type: object
    Response:
      properties:
        error:
          description: Present instead of `result` when the call fails.
          properties:
            code:
              example: -32602
              type: integer
            message:
              type: string
          type: object
        id:
          example: 1
          type: integer
        jsonrpc:
          example: '2.0'
          type: string
        result:
          items:
            $ref: '#/components/schemas/KRNXQueuedRewardParamsUpdateJSON'
          type: array
      type: object
    KRNXQueuedRewardParamsUpdateJSON:
      properties:
        activationHeight:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        canonicalHash:
          example: '0x0000000000000000000000000000000000000000000000000000000000000000'
          pattern: ^0x[0-9a-fA-F]{64}$
          type: string
        earliestInclusionHeight:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        latestInclusionHeight:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        signerIndices:
          items:
            type: integer
          type: array
        status:
          type: string
        update:
          $ref: '#/components/schemas/KRNXRewardParamsUpdateJSON'
        version:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
      required:
        - update
      type: object
    KRNXRewardParamsUpdateJSON:
      properties:
        activationHeight:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        includedHeight:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        params:
          $ref: '#/components/schemas/KRNXRewardParamsJSON'
        paramsHash:
          example: '0x0000000000000000000000000000000000000000000000000000000000000000'
          pattern: ^0x[0-9a-fA-F]{64}$
          type: string
        signatureTime:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        version:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
      required:
        - activationHeight
        - includedHeight
        - params
        - paramsHash
        - signatureTime
        - version
      type: object
    KRNXRewardParamsJSON:
      properties:
        block:
          $ref: '#/components/schemas/KRNXRewardBlockParamsJSON'
        chains:
          items:
            $ref: '#/components/schemas/KRNXRewardChainParamsJSON'
          type: array
        stalePenaltyDivisor:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        stalePenaltyNumerator:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        version:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
      required:
        - block
        - chains
        - stalePenaltyDivisor
        - stalePenaltyNumerator
        - version
      type: object
    KRNXRewardBlockParamsJSON:
      properties:
        curveLogWeightBps:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        difficultyCap:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        difficultyFloor:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        rMax:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        rMin:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
      required:
        - curveLogWeightBps
      type: object
    KRNXRewardChainParamsJSON:
      properties:
        capHashes:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        curveLogWeightBps:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        floorHashes:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        hashrateKoef:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        parentChainId:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        rMax:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
        rMin:
          description: 0x-prefixed hex quantity.
          pattern: ^0x[0-9a-fA-F]+$
          type: string
      required:
        - curveLogWeightBps
        - parentChainId
      type: object

````