24 releases (10 breaking)
0.18.0 | Feb 26, 2023 |
---|---|
0.16.0 | Jan 22, 2023 |
0.15.0 | Dec 15, 2022 |
0.13.0 | Nov 15, 2022 |
0.8.0-alpha.5 | Mar 24, 2020 |
#1165 in Magic Beans
22,423 downloads per month
Used in 367 crates
(14 directly)
47KB
679 lines
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
lib.rs
:
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.
Dependencies
~3MB
~65K SLoC