Module kitchensink_runtime::impls
source · Expand description
Implementations of some helper traits passed into runtime modules as associated types. Some configurable implementations as associated type for the substrate runtime.
Structs§
- A
HandleCredit
implementation that naively transfers the fees to the block author. Will drop and burn the assets in case the transfer fails.