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 helper methods to construct transactions in contract clients. #126

Closed abizjak closed 11 months ago

abizjak commented 11 months ago

Purpose

Add helper methods to contract clients that only construct transactions, leaving sending to the client.

This is useful in cases where transactions have to be resubmitted in case of failure (e.g., network failure).

It came up in the work on the some-issuer service.

Checklist