Skip to content

Commit b3212b0

Browse files
authored
Export new modules (#86)
1 parent 389ee06 commit b3212b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ export * from './bytes';
44
export * from './checksum';
55
export * from './coercers';
66
export * from './collections';
7+
export * from './encryption-types';
78
export * from './hex';
89
export * from './json';
10+
export * from './keyring';
911
export * from './logging';
1012
export * from './misc';
1113
export * from './number';
1214
export * from './opaque';
1315
export * from './time';
16+
export * from './transaction-types';
1417
export * from './versions';

0 commit comments

Comments
 (0)