Skip to content

Commit

Permalink
export types for MassaStation wallet configuration and sign rules (#296)
Browse files Browse the repository at this point in the history
* export types for MassaStation wallet configuration and sign rules

* fix fmt
  • Loading branch information
thomas-senechal authored Feb 13, 2025
1 parent c828e7b commit 6ad9d4c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,19 @@ export { MassaStationWallet } from './massaStation/MassaStationWallet';

export { MassaStationAccount } from './massaStation/MassaStationAccount';

export { getWallets, getWallet, WalletsListener } from './walletsManager';
export { getWallet, getWallets, WalletsListener } from './walletsManager';

export * from './wallet';

export {
isMassaStationAvailable,
isMassaWalletEnabled,
} from './massaStation/MassaStationDiscovery';

export {
AccountConfig,
AddUpdateSignRuleResponse,
Config,
RuleType,
SignRule,
} from './massaStation/types';

0 comments on commit 6ad9d4c

Please sign in to comment.