UrlJsonRpcProvider
abstractabstract class UrlJsonRpcProvider extends StaticJsonRpcProvider implements CommunityResourcable { }
readonly apiKey: any;
_startPending(): void;
isCommunityResource(): boolean;
listAccounts(): Promise<Array<string>>;
static getApiKey(apiKey: any): any;