Skip to content

Commit

Permalink
feat: define chama wallet service apis
Browse files Browse the repository at this point in the history
  • Loading branch information
okjodom committed Feb 12, 2025
1 parent b73f768 commit 66a15bc
Show file tree
Hide file tree
Showing 7 changed files with 477 additions and 23 deletions.
1 change: 1 addition & 0 deletions libs/common/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './proto/nostr';
export * from './proto/sms';
export * from './proto/shares';
export * from './proto/solowallet';
export * from './proto/chamawallet';
export * from './api';
export * from './validator';
export * from './fedimint';
Expand Down
243 changes: 243 additions & 0 deletions libs/common/src/types/proto/chamawallet.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions libs/common/src/types/proto/lib.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 6 additions & 11 deletions libs/common/src/types/proto/solowallet.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66a15bc

Please sign in to comment.