Skip to content

Commit

Permalink
export types
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Oct 28, 2024
1 parent 11d093c commit 571cb9d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export * as btccheckpoint from './generated/babylon/btccheckpoint/v1/btccheckpoint';
export * as btccheckpointparams from './generated/babylon/btccheckpoint/v1/params';
export * as btccheckpointquery from './generated/babylon/btccheckpoint/v1/query';
export * as btccheckpointtx from './generated/babylon/btccheckpoint/v1/tx';

export * as btcstaking from './generated/babylon/btcstaking/v1/btcstaking';
export * as btcstakingparams from './generated/babylon/btcstaking/v1/params';
export * as btcstakingquery from './generated/babylon/btcstaking/v1/query';
export * as btcstakingtx from './generated/babylon/btcstaking/v1/tx';
export * as btcstakingpop from './generated/babylon/btcstaking/v1/pop';

0 comments on commit 571cb9d

Please sign in to comment.