Skip to main content

handler.PublicResponse-array_v1service_DelegationPublic

data object[]
  • Array [
  • finality_provider_pk_hexstring
    is_eligible_for_transitionboolean
    is_overflowboolean
    is_slashedboolean
    staker_pk_hexstring
    staking_tx object
    output_indexinteger
    start_heightinteger
    start_timestampstring
    timelockinteger
    tx_hexstring
    staking_tx_hash_hexstring
    staking_valueinteger
    statestring
    unbonding_tx object
    output_indexinteger
    start_heightinteger
    start_timestampstring
    timelockinteger
    tx_hexstring
  • ]
  • pagination object
    next_keystring
    handler.PublicResponse-array_v1service_DelegationPublic
    {
    "data": [
    {
    "finality_provider_pk_hex": "string",
    "is_eligible_for_transition": true,
    "is_overflow": true,
    "is_slashed": true,
    "staker_pk_hex": "string",
    "staking_tx": {
    "output_index": 0,
    "start_height": 0,
    "start_timestamp": "string",
    "timelock": 0,
    "tx_hex": "string"
    },
    "staking_tx_hash_hex": "string",
    "staking_value": 0,
    "state": "string",
    "unbonding_tx": {
    "output_index": 0,
    "start_height": 0,
    "start_timestamp": "string",
    "timelock": 0,
    "tx_hex": "string"
    }
    }
    ],
    "pagination": {
    "next_key": "string"
    }
    }