sgns::BurnEventParams¶
Parsed burn event parameters shared between real-time watch (OnWatchEvent) and startup catch-up scan (PerformStartupCatchupScan).
#include <BridgeEventTypes.hpp>
Public Attributes¶
| Name | |
|---|---|
| TokenID | token_id Token identifier from event [1]. |
| uint64_t | amount Burn amount from event [2]. |
| std::string | destination 128-char hex recipient from event [5] (decompressed if v2) |
Public Attributes Documentation¶
variable token_id¶
Token identifier from event [1].
variable amount¶
Burn amount from event [2].
variable destination¶
128-char hex recipient from event [5] (decompressed if v2)
Updated on 2026-07-12 at 22:42:53 -0700