[][src]Crate sum_storage

A simple pallet with two storage values. The pallet itself does not teach any new concepts. Rather we use this pallet as demonstration case as we demonstrate custom runtime APIs. This pallet supports a runtime API which will allow querying the runtime for the sum of the two storage items.

Structs

Module

The module declaration.

Enums

Call

Dispatchable calls.

Event

Events for this module.

Traits

Trait

The module's configuration trait.