Getting Paid
Listening for tips and checking for recurring payments.
One time tips
event TipAdded(bytes32 _queryId, uint256 _amount, bytes _queryData, address _tipper);/**
* @dev Getter function to current oneTime tip by queryId
* @param _queryId id of reported data
* @return amount of tip
*/
function getCurrentTip(bytes32 _queryId)
external
view
returns (uint256)
{Recurring data feeds
Last updated