Type Alias ckb_jsonrpc_types::Cycle

source ·
pub type Cycle = Uint64;
Expand description

Count of cycles consumed by CKB VM to run scripts.

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

Aliased Type§

struct Cycle(/* private fields */);