From b10ab6d843efaccc242b9d9600ed6273d7a564ba Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Wed, 5 Jun 2024 11:12:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20sc=5Fcall=5Ffunction=5Fpar?= =?UTF-8?q?ams.dart=20in=20archethic=5Flib=5Fdart.dart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ lib/archethic_lib_dart.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6619daff..9037e484 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 577994bb..1989a210 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 75ccaa52..09f17dd0 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"