Definition of React LoadingContext context. Default value is undefined
React Component wrapping obtained children with LoadingContext provider, so useLoading can be called from any component in the children subtree. It sets whether the application is currently waiting for response from the blockchain so other actions should be temporarily blocked.
React Hook for obtaining LoadingContext from any component under LoadingProvider.
Generated using TypeDoc
This file contains mix of React components and hooks useful for obtaining the LoadingContext from any component in the project.