concordium-rust-sdk 9.0.1

An SDK to use the Concordium blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Functions and types related to smart contracts.
pub use super::types::smart_contracts as types;

/// Access to the execution engine of smart contracts.
/// This has functionality for parsing and executing smart contracts,
/// manipulating their state, and dry-running.
pub use concordium_smart_contract_engine as engine;

/// Functionality that is common to on and off-chain smart contracts.
pub use concordium_base::contracts_common as common;