Concordium / concordium-rust-sdk

Rust SDK for the Concordium blockchain.
https://docs.rs/concordium-rust-sdk/latest/concordium_rust_sdk/
Mozilla Public License 2.0
13 stars 18 forks source link

Init contract estimates #151

Closed abizjak closed 7 months ago

abizjak commented 7 months ago

Purpose

Make it more convenient to initialize new contract instances.

Changes

Add a few new methods to the ContractClient to be able to construct it by creating a new instance.

Checklist