コード例 #1
0
ファイル: BeaconState.cs プロジェクト: sgryphon/cortex
 public void SetFinalizedCheckpoint(Checkpoint checkpoint) => FinalizedCheckpoint = checkpoint;
コード例 #2
0
ファイル: BeaconState.cs プロジェクト: sgryphon/cortex
 public void SetPreviousJustifiedCheckpoint(Checkpoint checkpoint) => PreviousJustifiedCheckpoint = checkpoint;
コード例 #3
0
ファイル: BeaconState.cs プロジェクト: sgryphon/cortex
 public void SetCurrentJustifiedCheckpoint(Checkpoint checkpoint) => CurrentJustifiedCheckpoint = checkpoint;