Skip to content

Commit

Permalink
feat: new handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Dec 13, 2024
1 parent adfa5d7 commit 5b7dd37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/examples.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { MaestroClient, Configuration } from '../dist';

let maestroClient = new MaestroClient(
new Configuration({
apiKey: '<PROJECT_API_KEY>',
network: 'Preprod',
}),
);

maestroClient.blocks.blockLatest().then((x) => console.log(x.data));

0 comments on commit 5b7dd37

Please sign in to comment.