Skip to content

Commit

Permalink
feat: export getSchema as a standalone function outside of class in…
Browse files Browse the repository at this point in the history
…stance
  • Loading branch information
CJ42 committed Apr 30, 2024
1 parent 30dda33 commit 8558c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export {
export { getDataFromExternalSources } from './lib/getDataFromExternalSources';
export { encodePermissions, decodePermissions } from './lib/permissions';
export { checkPermissions } from './lib/detector';
export { getSchema } from './lib/schemaParser';

// PRIVATE FUNCTION
function initializeProvider(providerOrRpcUrl, gasInfo) {
Expand Down

0 comments on commit 8558c71

Please sign in to comment.