Registry / crypto / sp-application-crypto

sp-application-crypto

JSON →
library45.0.0rscratesunverified

Provides facilities for generating application-specific crypto wrapper types for Substrate-based chains.

# Cargo.toml [dependencies] sp-application-crypto = "45.0.0"
INSTALL
IMPORT
SIG · SP-APPLICATION-CRY
S
sp-application-crypto
cryptorustv45.0.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.

AppKey
✓ use sp_application_crypto::AppKey;

Minimal usage of sp-application-crypto for defining custom crypto types.

use sp_application_crypto::AppKey; fn main() { // Example: defining an application-specific key type // This is typically used in Substrate runtime development println!("Application crypto wrapper"); }
Debug
Known issues
gotchaRequires specific Substrate runtime dependencies and feature flags.
fix
Ensure you have the correct Substrate dependencies and enable the 'std' feature for wasm builds.
affects: >=45.0.0
Upgrade
Version history
45.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
sp-application-crypto — cargo add sp-application-crypto · libregistry