Skip to content

Commit

Permalink
fix: added missing metadata actions to index (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmoi authored Nov 12, 2021
1 parent 0c30f05 commit 6c7b9f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
export * from './transactions';
export * from './initStore';
export * from './mintNFT';
export * from './mintEditionFromMaster';
export * from './createMetadata';
export * from './createMasterEdition';
export * from './signMetadata';
export * from './updateMetadata';
export * from './cancelBid';
export * from './placeBid';
export * from './redeemBid';
Expand Down

0 comments on commit 6c7b9f3

Please sign in to comment.