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

Add new convenience methods to the contract client for sending contract updates #150

Closed abizjak closed 7 months ago

abizjak commented 7 months ago

Purpose

Make it easier to dry run + send update transaction in the common cases.

Changes

Checklist