eth::BridgeEventClaim¶
Transport-neutral bridge event claim signed by watcher nodes.
#include <bridge_event.hpp>
Public Attributes¶
| Name | |
|---|---|
| uint64_t | src_chain_id |
| uint64_t | dest_chain_id |
| uint64_t | block_number |
| Hash256 | block_hash |
| Hash256 | tx_hash |
| uint32_t | log_index |
| Address | bridge_contract |
| Hash256 | event_topic0 |
| std::vector< Hash256 > | topics |
| codec::ByteBuffer | data |
| Address | sender |
| intx::uint256 | token_id_or_nonce |
| intx::uint256 | amount |
| Address | recipient |
| uint64_t | observed_at |
| uint64_t | finality_depth |
Public Attributes Documentation¶
variable src_chain_id¶
variable dest_chain_id¶
variable block_number¶
variable block_hash¶
variable tx_hash¶
variable log_index¶
variable bridge_contract¶
variable event_topic0¶
variable topics¶
variable data¶
variable sender¶
variable token_id_or_nonce¶
variable amount¶
variable recipient¶
variable observed_at¶
variable finality_depth¶
Updated on 2026-06-05 at 17:22:18 -0700