|
|
@ -25,6 +25,7 @@ export class Blockchain extends Plugin<any, any> { |
|
|
|
}; |
|
|
|
}; |
|
|
|
setupProviders(): void; |
|
|
|
setupProviders(): void; |
|
|
|
providers: any; |
|
|
|
providers: any; |
|
|
|
|
|
|
|
defaultPinnedProviders: string[]; |
|
|
|
getCurrentProvider(): any; |
|
|
|
getCurrentProvider(): any; |
|
|
|
/** Return the list of accounts */ |
|
|
|
/** Return the list of accounts */ |
|
|
|
getAccounts(cb?: any): any; |
|
|
|
getAccounts(cb?: any): any; |
|
|
|