Skip to content

Commit

Permalink
export types for MassaStation wallet configuration and sign rules
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Feb 13, 2025
1 parent c828e7b commit e6aa7e9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,17 @@ 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,
isMassaWalletEnabled
} from './massaStation/MassaStationDiscovery';

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

0 comments on commit e6aa7e9

Please sign in to comment.