Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Export all types from the seperate modules
  • Loading branch information
jacogr committed Jul 21, 2019
commit 7661942c5798d7baa1bfe8d5f3e645348282b4ac
7 changes: 7 additions & 0 deletions packages/types/src/srml/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright 2017-2019 @polkadot/types authors & contributors
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New, if you don't care where it comes from, you can just import the types from @polkadot/types/srml/types

// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.

export * from './grandpa/types';
export * from './imOnline/types';
export * from './parachains/types';