Skip to content

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

TokenID token_id;

Token identifier from event [1].

variable amount

uint64_t amount;

Burn amount from event [2].

variable destination

std::string destination;

128-char hex recipient from event [5] (decompressed if v2)


Updated on 2026-07-12 at 22:42:53 -0700