Skip to content

Commit

Permalink
chore: removed pda class
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Nov 9, 2023
1 parent ab00743 commit 7ff9d7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
3 changes: 0 additions & 3 deletions src/Gateway.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { getMeshSDK, Sdk } from '../.mesh';
import { Auth } from './auth/auth';
import { PDA } from './pda/pda';

export class Gateway {
public auth: Auth;
public pda: PDA;
private sdk: Sdk;

constructor({ apiKey, token }: { apiKey: string; token: string }) {
Expand All @@ -14,6 +12,5 @@ export class Gateway {
token,
});
this.auth = new Auth(this.sdk);
this.pda = new PDA(this.sdk);
}
}
28 changes: 0 additions & 28 deletions src/pda/PDA.ts

This file was deleted.

25 changes: 0 additions & 25 deletions test/pda.test.ts

This file was deleted.

0 comments on commit 7ff9d7f

Please sign in to comment.