update type definition

pull/5600/head
Joseph Izang 4 weeks ago committed by Aniket
parent dfd2cf1a3f
commit 9e6dbfee7c
  1. 1
      libs/remix-ui/run-tab/src/lib/types/blockchain.d.ts

@ -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;

Loading…
Cancel
Save