Type Definition ckb_jsonrpc_types::EpochNumber[][src]

type EpochNumber = Uint64;
Expand description

Consecutive epoch number starting from 0.

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