Context is the configuration object passed around every function in the SDK. It contains basic information on how to access the various services that the SDK aggregates.
Context should not be instantiated by users, as it's managed by Yearn.context.
For internal events only.
Change providers during executions for all services that require on-chain interaction.
new provider(s)
Generated using TypeDoc
Context is the configuration object passed around every function in the SDK. It contains basic information on how to access the various services that the SDK aggregates.
Context should not be instantiated by users, as it's managed by Yearn.context.