Skip to main content

F3.GetHead

Params

(0)

Result

(F3.GetHead.Result)
beacon
string
required

The verifiable oracle randomness used to elect this block's author leader

epoch
integer<int64>
required

The period in which a new block is generated. There may be multiple rounds in an epoch.

key
string
required

TipSetKey is the canonically ordered concatenation of the block CIDs in a tipset.

timestamp
integer
required

Block creation time, in seconds since the Unix epoch

>= 0

Request

await window.ethereum.request({
"method": "F3.GetHead",
"params": []
});