handler.PublicResponse-array_v2service_DelegationPublic
data object[]
Array [
delegation_staking object
bbn_inception_heightinteger
bbn_inception_timestring
end_heightinteger
slashing object
slashing_tx_hexstring
spending_heightinteger
staking_amountinteger
staking_timelockinteger
staking_tx_hash_hexstring
staking_tx_hexstring
start_heightinteger
delegation_unbonding object
covenant_unbonding_signatures object[]
Array [
covenant_btc_pk_hexstring
signature_hexstring
]
slashing object
spending_heightinteger
unbonding_slashing_tx_hexstring
unbonding_timelockinteger
unbonding_txstring
finality_provider_btc_pks_hexstring[]
params_versioninteger
staker_btc_pk_hexstring
statev2types.DelegationState (string)
Possible values: [PENDING
, VERIFIED
, ACTIVE
, SLASHED
, TIMELOCK_UNBONDING
, EARLY_UNBONDING
, TIMELOCK_WITHDRAWABLE
, EARLY_UNBONDING_WITHDRAWABLE
, TIMELOCK_SLASHING_WITHDRAWABLE
, EARLY_UNBONDING_SLASHING_WITHDRAWABLE
, TIMELOCK_WITHDRAWN
, EARLY_UNBONDING_WITHDRAWN
, TIMELOCK_SLASHING_WITHDRAWN
, EARLY_UNBONDING_SLASHING_WITHDRAWN
]
]
pagination object
next_keystring
handler.PublicResponse-array_v2service_DelegationPublic
{
"data": [
{
"delegation_staking": {
"bbn_inception_height": 0,
"bbn_inception_time": "string",
"end_height": 0,
"slashing": {
"slashing_tx_hex": "string",
"spending_height": 0
},
"staking_amount": 0,
"staking_timelock": 0,
"staking_tx_hash_hex": "string",
"staking_tx_hex": "string",
"start_height": 0
},
"delegation_unbonding": {
"covenant_unbonding_signatures": [
{
"covenant_btc_pk_hex": "string",
"signature_hex": "string"
}
],
"slashing": {
"spending_height": 0,
"unbonding_slashing_tx_hex": "string"
},
"unbonding_timelock": 0,
"unbonding_tx": "string"
},
"finality_provider_btc_pks_hex": [
"string"
],
"params_version": 0,
"staker_btc_pk_hex": "string",
"state": "PENDING"
}
],
"pagination": {
"next_key": "string"
}
}