Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Documentation following the simplification of init and receive methods #339

Closed Bargsteen closed 1 year ago

Bargsteen commented 1 year ago

Task description

After https://github.com/Concordium/concordium-rust-smart-contracts/issues/338 is complete, the concrete types that are used directly must be updated to the same degree as the corresponding traits.

The code snippets in the doc comments must also be updated to use fewer abstractions.

Bargsteen commented 1 year ago

Closed by https://github.com/Concordium/concordium-rust-smart-contracts/pull/347