Beacon
On this page
The Beacon method group contains methods for interacting with the random beacon (DRAND)
BeaconGetEntry
BeaconGetEntry returns the beacon entry for the given filecoin epoch. If the entry has not yet been produced, the call will block until the entry becomes available
Perms: read
Inputs:
[
10101
]
Response:
{
"Round": 42,
"Data": "Ynl0ZSBhcnJheQ=="
}