diff --git a/src/keyring.ts b/src/keyring.ts index fa8585b3a..b49382419 100644 --- a/src/keyring.ts +++ b/src/keyring.ts @@ -81,6 +81,11 @@ export type Keyring = { */ deserialize(state: State): Promise; + /** + * Method to include asynchronous configuration. + */ + init?(): Promise; + /** * Remove an account from the keyring. *