Skip to main content

v2service.NetworkInfoPublic

params object
bbn object[]
  • Array [
  • allow_list_expiration_heightinteger
    btc_activation_heightinteger
    covenant_pksstring[]
    covenant_quoruminteger
    delegation_creation_base_gas_feeinteger
    max_active_finality_providersinteger
    max_staking_time_blocksinteger
    max_staking_value_satinteger
    min_commission_ratestring
    min_slashing_tx_fee_satinteger
    min_staking_time_blocksinteger
    min_staking_value_satinteger
    slashing_pk_scriptstring
    slashing_ratestring
    unbonding_fee_satinteger
    unbonding_time_blocksinteger
    versioninteger
  • ]
  • btc object[]
  • Array [
  • btc_confirmation_depthinteger
    versioninteger
  • ]
  • staking_status object
    is_staking_openboolean
    v2service.NetworkInfoPublic
    {
    "params": {
    "bbn": [
    {
    "allow_list_expiration_height": 0,
    "btc_activation_height": 0,
    "covenant_pks": [
    "string"
    ],
    "covenant_quorum": 0,
    "delegation_creation_base_gas_fee": 0,
    "max_active_finality_providers": 0,
    "max_staking_time_blocks": 0,
    "max_staking_value_sat": 0,
    "min_commission_rate": "string",
    "min_slashing_tx_fee_sat": 0,
    "min_staking_time_blocks": 0,
    "min_staking_value_sat": 0,
    "slashing_pk_script": "string",
    "slashing_rate": "string",
    "unbonding_fee_sat": 0,
    "unbonding_time_blocks": 0,
    "version": 0
    }
    ],
    "btc": [
    {
    "btc_confirmation_depth": 0,
    "version": 0
    }
    ]
    },
    "staking_status": {
    "is_staking_open": true
    }
    }