public async Task ResetAsync() { BakerCycles.Reset(); BakingRights.Reset(); Blocks.Reset(); Protocols.Reset(); Proposals.Reset(); Periods.Reset(); await AppState.ResetAsync(); await Accounts.ResetAsync(); }
public async Task ResetAsync() { BakerCycles.Reset(); BakingRights.Reset(); Blocks.Reset(); Protocols.Reset(); Proposals.Reset(); Periods.Reset(); Statistics.Reset(); Software.Reset(); Schemas.Reset(); Storages.Reset(); await AppState.ResetAsync(); await Accounts.ResetAsync(); }