Skip to content

Commit

Permalink
Remove unused interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
kantp committed Mar 25, 2024
1 parent 3a1abff commit da9b191
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 35 deletions.
10 changes: 0 additions & 10 deletions src/interfaces/admin/admin.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/interfaces/admin/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/interfaces/tokenAccount/depositable.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/interfaces/tokenAccount/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/interfaces/tokenAccount/withdrawable.ts

This file was deleted.

2 changes: 0 additions & 2 deletions test/ThirdParty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {
} from 'o1js';

import Token from '../src/token';
import Depositable from '../src/interfaces/tokenAccount/depositable';
import Withdrawable from '../src/interfaces/tokenAccount/withdrawable';

class ThirdParty extends SmartContract implements Depositable, Withdrawable {
@state(PublicKey) ownerAddress = State<PublicKey>();
Expand Down

0 comments on commit da9b191

Please sign in to comment.