pack

Function pack 

Source
pub fn pack(tx_seq: u64, event_idx: u32) -> u64
Expand description

Pack (tx_seq, event_idx) into a single 64-bit positional identifier: tx_seq << EVENT_BITS | event_idx.