Skip to content

Commit

Permalink
🔧 Add sc_call_function_params.dart in archethic_lib_dart.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jun 5, 2024
1 parent e43c27f commit b10ab6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
=========
=========

#### Version 3.3.18
* Add sc_call_function_params.dart in archethic_lib_dart.dart

#### Version 3.3.17
* Add param `resolve_last` to call smart contract public method from specific address

Expand Down
1 change: 1 addition & 0 deletions lib/archethic_lib_dart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export 'src/model/recipient.dart';
export 'src/model/response/origin_key_response.dart';
export 'src/model/service.dart';
export 'src/model/shared_secrets.dart';
export 'src/model/smart_contracts/sc_call_function_params.dart';
export 'src/model/smart_contracts/sc_call_function_request.dart';
export 'src/model/token.dart';
export 'src/model/token_balance.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: archethic_lib_dart
description: Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create Archethic transaction and to send them over the network
homepage: https://github.com/archethic-foundation/libdart

version: 3.3.17
version: 3.3.18

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit b10ab6d

Please sign in to comment.