Skip to content

Instantly share code, notes, and snippets.

@jimmychu0807
Created March 4, 2020 12:03
Markdium-用 Substrate Front-end Template 轻松打造你的 React 应用
// This module's storage items.
decl_storage! {
trait Store for Module as TemplateModule {
Something get(fn something): Option;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment