コード例 #1
0
 private void Nimiq_LifeCheck(LifeCheckStruct lifeCheckStruct)
 {
     HeadHash  = lifeCheckStruct.headHash;
     TotalWork = lifeCheckStruct.totalWork;
     Height    = lifeCheckStruct.height;
     Busy      = lifeCheckStruct.busy;
 }
コード例 #2
0
 private void Nimiq_LifeCheck(LifeCheckStruct lifeCheckStruct)
 {
     Address   = lifeCheckStruct.address;
     PublicKey = lifeCheckStruct.publicKey;
 }
コード例 #3
0
 private void Nimiq_LifeCheck(LifeCheckStruct lifeCheckStruct)
 {
 }