Skip to content

Commit

Permalink
Prefix setters with prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Aug 19, 2024
1 parent 4ca765e commit 0b5d58c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 210 deletions.
8 changes: 4 additions & 4 deletions src/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './getMaxTimeVariation';
export * from './isBatchPoster';
export * from './isValidKeysetHash';
export * from './invalidateKeysetHash';
export * from './setIsbatchPoster';
export * from './setKeyset';
export * from './setMaxTimeVariation';
export * from './prepareInvalidateKeysetHash';
export * from './prepareSetIsbatchPoster';
export * from './prepareSetKeyset';
export * from './prepareSetMaxTimeVariation';
49 changes: 0 additions & 49 deletions src/actions/invalidateKeysetHash.ts

This file was deleted.

63 changes: 0 additions & 63 deletions src/actions/setIsbatchPoster.ts

This file was deleted.

49 changes: 0 additions & 49 deletions src/actions/setKeyset.ts

This file was deleted.

45 changes: 0 additions & 45 deletions src/actions/setMaxTimeVariation.ts

This file was deleted.

0 comments on commit 0b5d58c

Please sign in to comment.