import { MaestroClient, Configuration } from '../dist'; let maestroClient = new MaestroClient( new Configuration({ apiKey: '', network: 'Preprod', }), ); maestroClient.blocks.blockLatest().then((x) => console.log(x.data));