sp-externalities

Crates.iosp-externalities
lib.rssp-externalities
version0.29.0
sourcesrc
created_at2020-02-27 00:54:09.850778
updated_at2024-06-21 08:43:07.535223
descriptionSubstrate externalities abstraction (polkadot v1.13.0)
homepagehttps://substrate.io
repositoryhttps://github.com/paritytech/polkadot-sdk.git
max_upload_size
id212888
size26,447
Parity Crate Owner (parity-crate-owner)

documentation

https://docs.rs/sp-externalities

README

Substrate externalities abstraction

The externalities mainly provide access to storage and to registered extensions. Extensions are for example the keystore or the offchain externalities. These externalities are used to access the node from the runtime via the runtime interfaces.

This crate exposes the main [Externalities] trait.

License: Apache-2.0

Commit count: 17920

cargo fmt