solutions/runtime
Disconnect3d 56da2b636c
Remove AccountIndex from runtime (#204)
This commit removes the `AccountIndex` from the runtime/src/lib.rs as the `AccountIndex` type is typically used to configure the Indices pallet (https://substrate.dev/rustdocs/v3.0.0/pallet_indices/trait.Config.html) which is not used by the node template, so there is no point to include it.
2021-06-20 12:34:00 +01:00
..
src Remove AccountIndex from runtime (#204) 2021-06-20 12:34:00 +01:00
Cargo.toml Node template generated from Substrate repo `monthly-2021-05` tag (#186) 2021-05-19 14:45:16 +08:00
build.rs The latest Substrate Node Template v3 compiled from Substrate (#160) 2021-03-30 07:51:52 +08:00