示例#1
0
 public void PruneBlockStates <T>(Guid chainId, Block <T> until)
     where T : IAction, new()
 {
     _store.PruneBlockStates(chainId, until);
 }