pub type AlertPriority = Uint32;
Expand description
Alerts are sorted by priority. Greater integers mean higher priorities.
This is a 32-bit unsigned integer type encoded as the 0x-prefixed hex string in JSON. See examples of Uint32.
Aliased Typeยง
struct AlertPriority(/* private fields */);