Beacon
The Beacon method group contains methods for interacting with the random beacon (DRAND).
beaconGetEntry
beaconGetEntry (chainEpoch: number): Promise<BeaconEntry>
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
Parameters:
chainEpoch
:number
Returns:
Promise<BeaconEntry>