Module massa_models::async_msg_id
source · Expand description
async message id
Structs§
Constants§
Type Aliases§
- 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)