MintContext
Struct representing packed minting context
Layout (MSB → LSB): [uint64 _reserved | uint64 idStart | uint64 idEnd | uint32 policy | uint32 tag]
struct MintContext {
uint64 _reserved;
uint64 idStart;
uint64 idEnd;
uint32 policy;
uint32 tag;
}