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 helpers to retrieve transactions and check their signatures from the chain #145

Closed abizjak closed 9 months ago

abizjak commented 9 months ago

Purpose

Make it easier to retrieve transactions and check their signatures when retrieveing them from the chain.

Checklist