constructor
initializeTriggerRewards
Parameters
| Name | Type | Description |
|---|---|---|
| _timeoutBlocks | uint16 | blocks after which a trigger times out |
updateTriggerTimeoutBlocks
Parameters
| Name | Type | Description |
|---|---|---|
| _timeoutBlocks | uint16 | blocks after which a trigger times out |
distributeTriggerReward
Parameters
| Name | Type | Description |
|---|---|---|
| _rewardGns | uint256 | total GNS reward to be distributed among oracles |
claimPendingTriggerRewards
Parameters
| Name | Type | Description |
|---|---|---|
| _oracle | address | address of the oracle |
getTriggerTimeoutBlocks
hasActiveOrder
Parameters
| Name | Type | Description |
|---|---|---|
| _orderBlock | uint256 | block number of the order |
getTriggerPendingRewardsGns
Parameters
| Name | Type | Description |
|---|---|---|
| _oracle | address | address of the oracle |
