in src/rpc.ts [123:126]
public create(options: IRPCOptions): Promise<RPC> { const rpc = new RPC(options); return rpc.isReady.then(() => rpc); }