Bootstrap
gripApp(Config | string, AccountProviderGetter, () => void): Promise<void>
- {Function}: A
runApp
function.
Nothing.
Grips an application by providing the configuration
bootstrap(): Promise<void>
None.
Nothing.
Bootstraps a gripped application by enabling the
AccountProvider
and waiting for an address to be available. At this point, the application is now bootstrapped meaning that the AccountProvider
will self-bootstrap after page reloads.shutdown(): void
None.
Nothing.
Return the application to a gripped state, therefore, the
AccountProvider
won't self-bootstrap after page reloads.Last modified 1yr ago