Babylon Structs
EventBTCDelegationCreated
finality_provider_btc_pks_hex
list<string>
new_state
string
params_version
integer
staker_addr
string
staker_btc_pk_hex
string
staking_output_index
integer
staking_time
integer
staking_tx_hex
string
staking_tx_hash
string
unbonding_time
integer
unbonding_tx
string
unbonding_tx_hash
string
use EventBTCDelegationCreated from hexagate;
source event: EventBTCDelegationCreated = EventBTCDelegationCreated {
finality_provider_btc_pks_hex: list("aa4af8a1357668b0ffbe48d7c80818d67926be2b550923ba26a87cbc7f4df99c"),
new_state: "PENDING",
params_version: 6,
staker_addr: "bbn10gkzjnndkf2gtjeujz3sk803hfmtettzvn6vl8",
staker_btc_pk_hex: "38c6793637ba5141307df06e22360b6ed87eac09e5f96a35ba6e64b1b319d28b",
staking_output_index: 0,
staking_time: 10000,
staking_tx_hex: "0200000001ad9c5...681d14ca51f36a00000000",
staking_tx_hash: "3fc043355734c405f3999d27039bbe12293b06046fe723c584b8d6331d93692d",
unbonding_time: 1008,
unbonding_tx: "02000000012d699...9134ef3ea00000000",
unbonding_tx_hash: "0ce0143379e025f3847cce5eb16305e910834bf3986edf73910f220c4a1606b8",
};
EventBTCDelegationUnbondedEarly
new_state
string
staking_tx_hash
string
start_height
integer
use EventBTCDelegationUnbondedEarly from hexagate;
source event: EventBTCDelegationUnbondedEarly = EventBTCDelegationUnbondedEarly {
new_state: "UNBONDED",
staking_tx_hash: "f42b3ca9796b0ed080b492b01a1aeba0eccc0febe31622a78197b4d26418cc96",
start_height: 896661,
};
EventBTCDelegationExpired
new_state
string
staking_tx_hash
string
EventUnexpectedUnbondingTx
staking_tx_hash
string
spend_stake_tx_hash
string
spend_stake_tx_header_hash
string
spend_stake_tx_block_index
integer
EventBTCDelegationStateUpdate
new_state
integer
staking_tx_hash
string
EventSelectiveSlashing
evidence
SelectiveSlashingEvidence
staking_tx_hash
string
SelectiveSlashingEvidence
staking_tx_hash
string
fp_btx_pk
string
recovered_fp_btc_sk
string
EventBTCDelegationInclusionProofReceived
new_state
string
staking_tx_hash
string
start_height
integer
end_height
integer
EventBTCHeaderInserted
header
BTCHeaderInfo
BTCHeaderInfo
hash
string
header
string
height
integer
work
string
Last updated