[][src]Type Definition ckb_jsonrpc_types::Uint64

type Uint64 = JsonUint<u64>;

The 64-bit unsigned integer type encoded as the 0x-prefixed hex string in JSON.

Examples

JSONDecimal Value
"0x0"0
"0x10"16
"10"Invalid, 0x is required
"0x01"Invalid, redundant leading 0