DummyRound
addRelays
addRelaysfunction addRelays(uint count) externalName
Type
Description
relayKeys
relayKeysfunction relayKeys() public view responsible returns (uint256[])Type
Description
Last updated
addRelaysAdds the number of new relayers as provided in method parameter.
function addRelays(uint count) externalParameters:
count
uint
Number of new relayers to add
relayKeysGets the public keys of all the relayers.
function relayKeys() public view responsible returns (uint256[])Return value:
uint256[]
Public keys of the relayers
Last updated