Oracle class for interacting with Chainlink Oracle Wrappers The constructor is private so must be instantiated with Oracle.Create
Oracle.Create
Replaces the provider and connects the contract instance
The new provider to connect to
Private initialisation function called in Oracle.Create
IOracle interface props
Replacement constructor pattern to support async initialisations
a Promise containing an initialised Oracle class ready to be used
Creates an empty Oracle that can be used as a default
default constructed token
Generated using TypeDoc
Oracle class for interacting with Chainlink Oracle Wrappers The constructor is private so must be instantiated with
Oracle.Create