Skip to content

Commit

Permalink
add U8Array4 and U8Array12
Browse files Browse the repository at this point in the history
  • Loading branch information
kumulynja committed Apr 7, 2024
1 parent 4c0952c commit cb18ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ldk_node.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export './src/generated/api/types.dart'
GossipSourceConfig,
EntropySourceConfig_SeedFile;
export 'src/root.dart';
export 'src/generated/api/node.dart' show U8Array64, U8Array32;
export 'src/generated/api/node.dart'
show U8Array4, U8Array12, U8Array64, U8Array32;
export 'src/utils/utils.dart'
hide ExceptionBase, mapBuilderError, mapNodeBaseError, Frb;

0 comments on commit cb18ed6

Please sign in to comment.