Type Alias ckb_jsonrpc_types::AlertId

source ·
pub type AlertId = Uint32;
Expand description

The alert identifier that is used to filter duplicated alerts.

This is a 32-bit unsigned integer type encoded as the 0x-prefixed hex string in JSON. See examples of Uint32.

Aliased Type§

struct AlertId(/* private fields */);