Registry / crypto / concordium-contracts-common

concordium-contracts-common

JSON →
library9.2.0rscratesunverified

Common functionality used by smart contracts and the host environment on the Concordium blockchain.

# Cargo.toml [dependencies] concordium-contracts-common = "9.2.0"
INSTALL
IMPORT
SIG · CONCORDIUM-CONTRAC
C
concordium-contracts-common
cryptorustv9.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Address
use concordium_contracts_common::Address;

Creates a default Concordium address.

use concordium_contracts_common::Address; fn main() { let address = Address::default(); println!("Concordium address created"); }
Debug
Known issues
gotchaRequires Concordium blockchain environment and specific SDK setup.
fix
Ensure you have the Concordium SDK and appropriate network configuration.
affects: >=9.0.0
Upgrade
Version history
9.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
concordium-contracts-common — cargo add concordium-contracts-common · libregistry