Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 15, 2022
1 parent 5e64ab9 commit 6c18f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ibc/applications/transfer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { MsgTransfer } from './v1/msgs/MsgTransfer';

export * from './v1/msgs/MsgTransfer';
export * from './v2/FungibleTokenPacketData';
export * from './v1/DenomTrace';

export type IbcTransferMsg = MsgTransfer;
export namespace IbcTransferMsg {
Expand Down

0 comments on commit 6c18f58

Please sign in to comment.