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

Download history 5776/week @ 2022-12-09 5649/week @ 2022-12-16 3325/week @ 2022-12-23 2320/week @ 2022-12-30 4630/week @ 2023-01-06 4160/week @ 2023-01-13 5838/week @ 2023-01-20 5693/week @ 2023-01-27 5756/week @ 2023-02-03 4764/week @ 2023-02-10 6260/week @ 2023-02-17 8962/week @ 2023-02-24 6452/week @ 2023-03-03 4725/week @ 2023-03-10 5253/week @ 2023-03-17 5221/week @ 2023-03-24

22,423 downloads per month
Used in 367 crates (14 directly)

Apache-2.0

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