BlockTag
BlockTag = {
Safe:null; } | {Finalized:null; } | {Latest:null; }
Defined in: packages/canisters/src/declarations/cketh/minter.d.ts:38
Type Declaration
Section titled “Type Declaration”{ Safe: null; }
Safe:
null
/ The latest safe head block.
{ Finalized: null; }
Finalized
Section titled “Finalized”Finalized:
null
/ The latest finalized block.
{ Latest: null; }
Latest
Section titled “Latest”Latest:
null
/ The latest mined block.