Registry / other / ckb-chain-spec

ckb-chain-spec

JSON →
library1.1.1rscratesunverified

The Chain Specification.

# Cargo.toml [dependencies] ckb-chain-spec = "1.1.1"
INSTALL
IMPORT
SIG · CKB-CHAIN-SPEC
C
ckb-chain-spec
otherrustv1.1.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.

ChainSpec
use ckb_chain_spec::ChainSpec;

Creates a default chain specification.

use ckb_chain_spec::ChainSpec; fn main() { let spec = ChainSpec::default(); println!("Chain spec: {:?}", spec); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
ckb-chain-spec — cargo add ckb-chain-spec · libregistry