Registry / crypto / bp-runtime

bp-runtime

JSON →
library0.27.1rscratesunverified

Primitives that may be used at (bridges) runtime level.

# Cargo.toml [dependencies] bp-runtime = "0.27.1"
INSTALL
IMPORT
SIG · BP-RUNTIME
B
bp-runtime
cryptorustv0.27.1
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.

BridgeRuntime
use bp_runtime::BridgeRuntime;

Initializes a bridge runtime.

use bp_runtime::BridgeRuntime; fn main() { let runtime = BridgeRuntime::new(); println!("Bridge runtime initialized"); }
Debug
Known issues
gotchaPart of the Polkadot SDK; requires substrate dependencies.
fix
Add polkadot-sdk and related crates to Cargo.toml.
affects: >=0.27.0
Upgrade
Version history
0.27.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
bp-runtime — cargo add bp-runtime · libregistry