Skip to content

Commit

Permalink
Expose some internal code to make this package more usable (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Molter <tim@eucalyptuslabs.com>
  • Loading branch information
EucalyptusLabs and tim-eucalyptus authored Oct 11, 2023
1 parent f015b42 commit d9fe445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/web3dart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export 'credentials.dart';

export 'src/core/block_number.dart';
export 'src/core/sync_information.dart';
export 'src/utils/rlp.dart';
export 'src/utils/typed_data.dart';

part 'src/core/ether_unit.dart';
part 'src/core/ether_amount.dart';
Expand Down
1 change: 0 additions & 1 deletion test/core/sign_transaction_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'package:http/http.dart';
import 'package:test/test.dart';
import 'package:web3dart/crypto.dart';
import 'package:web3dart/src/utils/rlp.dart' as rlp;
import 'package:web3dart/src/utils/typed_data.dart';
import 'package:web3dart/web3dart.dart';

const rawJson = '''[
Expand Down

0 comments on commit d9fe445

Please sign in to comment.