Receiver
fetchRelays
fetchRelaysFetches relayers for specified round.
function fetchRelays(address roundContract) publicParameters:
Name
Type
Description
roundContract
address
The address of the round contract
receiveRoundRelays
receiveRoundRelaysReceives the list of keys which represent the round relayers.
function receiveRoundRelays(uint[] keys) publicParameters:
Name
Type
Description
keys
uint[]
Public keys of round relayers
Last updated
Was this helpful?