Skip to content

Commit

Permalink
Merge pull request rhinestonewtf#79 from rhinestonewtf/fix/encode-hel…
Browse files Browse the repository at this point in the history
…pers

fix: export missing encode helpers
  • Loading branch information
kopy-kat authored Oct 9, 2024
2 parents ab18da4 + 0112560 commit 2f21dfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/account/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export * from './isModuleInstalled'
export * from './uninstallModule'
export * from './encode1271Signature'
export * from './encode1271Hash'
export * from './encodeModuleInstallationData'
export * from './encodeModuleUninstallationData'
2 changes: 2 additions & 0 deletions src/account/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export {
uninstallModule,
encode1271Signature,
encode1271Hash,
encodeModuleInstallationData,
encodeModuleUninstallationData,
} from './api'

export type { Account, AccountType, Execution, InitialModules } from './types'
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export {
uninstallModule,
encode1271Signature,
encode1271Hash,
encodeModuleInstallationData,
encodeModuleUninstallationData,
} from './account'
export type { Account, AccountType, Execution, InitialModules } from './account'

Expand Down

0 comments on commit 2f21dfd

Please sign in to comment.