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