Skip to content
Commit 0b0d9d4d authored by Spencer Judge's avatar Spencer Judge Committed by Bastian Köcher
Browse files

Expose some of session module's storage as public, as well as the set_keys transaction (#4175)

* Expose some of session's storage as public, as well as set_keys

Seemingly there's no reason not to do this, as anyone can always do
it the "hard way" by constructing storage keys or extrinsics.

* Use trait to expose `is_registered` function

* Missed removing a pub keyword

* Move trait to support, add docstrings
parent 7d99220d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment