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