예제 #1
0
 public void SetStateRoot(Slot index, Hash32 stateRoot) => _stateRoots[(int)(ulong)index] = stateRoot;
예제 #2
0
 public void SetBlockRoot(Slot index, Hash32 blockRoot) => _blockRoots[(int)(ulong)index] = blockRoot;
예제 #3
0
 public void SetSlot(Slot slot) => Slot = slot;
예제 #4
0
 public void IncreaseSlot() => Slot = new Slot((ulong)Slot + 1);