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

#1100 in Magic Beans

Download history 10043/week @ 2024-01-31 15129/week @ 2024-02-07 11048/week @ 2024-02-14 10946/week @ 2024-02-21 10117/week @ 2024-02-28 10348/week @ 2024-03-06 10555/week @ 2024-03-13 12323/week @ 2024-03-20 9770/week @ 2024-03-27 14722/week @ 2024-04-03 10019/week @ 2024-04-10 9493/week @ 2024-04-17 9995/week @ 2024-04-24 8983/week @ 2024-05-01 8840/week @ 2024-05-08 7030/week @ 2024-05-15

36,479 downloads per month
Used in 713 crates (24 directly)

Apache-2.0

46KB
584 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
~70K SLoC