Skip to content

BlockTag

BlockTag = { Safe: null; } | { Finalized: null; } | { Latest: null; }

Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:38

{ Safe: null; }

Safe: null

/ The latest safe head block.

{ Finalized: null; }

Finalized: null

/ The latest finalized block.

{ Latest: null; }

Latest: null

/ The latest mined block.