コード例 #1
0
 static ActivationContent UnforgeActivation(ForgedReader reader)
 {
     return(new ActivationContent
     {
         Address = reader.ReadTz1Address(),
         Secret = Hex.Convert(reader.ReadBytes(20))
     });
 }