Initializes the OOF contract. This function takes the signer addresses, the signer threshold as well as the address used for payouts and the optional price of a subscription pass (0 for disabled).
After this function is executed, the Open Oracle Framework contract is ready to be used.
Helper Functions
sort
1
function sort(uint[] memory data) private pure returns (uint[] memory)
Copied!
Sorts incoming data, used for calculating median prices.