Type Definition ckb_jsonrpc_types::Uint128[][src]

type Uint128 = JsonUint<u128>;
Expand description

The 128-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