diff --git a/CHANGELOG.md b/CHANGELOG.md index 6619daf..9037e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/archethic_lib_dart.dart b/lib/archethic_lib_dart.dart index 577994b..1989a21 100644 --- a/lib/archethic_lib_dart.dart +++ b/lib/archethic_lib_dart.dart @@ -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'; diff --git a/pubspec.yaml b/pubspec.yaml index 75ccaa5..09f17dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"