Type Definition tetcore_test_client::LightBackend[][src]

type LightBackend<Block> = Backend<LightStorage<Block>, BlakeTwo256>;

Test client light database backend.