Type Alias massa_models::async_msg_id::AsyncMessageId

source ยท
pub type AsyncMessageId = (Reverse<Ratio<u64>>, Slot, u64);
Expand description

Unique identifier of a message. Also has the property of ordering by priority (highest first) following the triplet: (rev(Ratio(msg.fee, max(msg.max_gas,1))), emission_slot, emission_index)