1 2 3 4 5 6 7 8 9 10 11 12
use ton_lib_core::TLBDerive; /// ```raw /// destroy#1f04537a /// query_id:uint64 /// = InternalMsgBody; /// ``` #[derive(Clone, Debug, PartialEq, TLBDerive)] #[tlb_derive(prefix = 0x1f04537a, bits_len = 32, ensure_empty = true)] pub struct SbtDestroyMsg { pub query_id: u64, }