Skip to main content

BlockNumber

Type Alias BlockNumber 

Source
pub type BlockNumber = Uint64;
Expand description

Consecutive block 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.

Aliased Typeยง

pub struct BlockNumber(/* private fields */);