IRandomBeacon

IRandomBeacon

This file documents a contract which is not yet deployed to Mainnet.

requestRelayEntry

function requestRelayEntry(contract IRandomBeaconConsumer callbackContract) external

Creates a request to generate a new relay entry. Requires a request fee denominated in T token.

Parameters

NameTypeDescription

callbackContract

contract IRandomBeaconConsumer

Beacon consumer callback contract.

Last updated