41 releases (20 breaking)

0.28.0 Apr 8, 2024
0.27.0 Feb 26, 2024
0.26.0 Feb 13, 2024
0.24.0 Dec 12, 2023
0.8.0-alpha.5 Mar 24, 2020

#1024 in Magic Beans

Download history 4384/week @ 2023-12-23 6862/week @ 2023-12-30 11173/week @ 2024-01-06 9347/week @ 2024-01-13 10418/week @ 2024-01-20 9066/week @ 2024-01-27 12468/week @ 2024-02-03 14150/week @ 2024-02-10 10394/week @ 2024-02-17 11114/week @ 2024-02-24 9862/week @ 2024-03-02 10191/week @ 2024-03-09 11465/week @ 2024-03-16 10969/week @ 2024-03-23 13211/week @ 2024-03-30 10174/week @ 2024-04-06

47,484 downloads per month
Used in 687 crates (23 directly)

Apache-2.0

46KB
585 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

~4MB
~84K SLoC