RootOracle
(Work in progress) RootOracle Contract Interface Documentation
Overview
Events
OracleDeployed
event OracleDeployed(address oracle, uint256 pubkey, string name);Public & External Interface
Deploy Oracle
deployOracle(uint256 oraclePubkey, string oracleName)
deployOracle(uint256 oraclePubkey, string oracleName)View Functions
getVersion()
getVersion()Last updated