ckb_jsonrpc_types

Type Alias Version

Source
pub type Version = Uint32;
Expand description

The simple increasing integer version.

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

Aliased Typeยง

struct Version(/* private fields */);