Closed geigerzaehler closed 4 years ago
We expose the frame_system crate from the runtime API. This allows the client to access the types defined by frame_system from old runtime versions to provide compatibility. In our case we specifically need it for DisptachError.
frame_system
DisptachError
Turns out this is not needed
We expose the
frame_system
crate from the runtime API. This allows the client to access the types defined byframe_system
from old runtime versions to provide compatibility. In our case we specifically need it forDisptachError
.