We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e58352 commit eff6e68Copy full SHA for eff6e68
1 file changed
packages/account-api/src/api/provider.ts
@@ -13,7 +13,7 @@ export type AccountProvider<Account extends KeyringAccount> = {
13
/**
14
* The type of the provider.
15
*/
16
- providerType: string;
+ providerType: AccountProviderType;
17
18
* Gets an account for a given ID.
19
*
0 commit comments