예제 #1
0
 /// <summary>
 /// Returns binary 20-byte array representation of the address.
 /// </summary>
 /// <returns>20-byte array containing the address.</returns>
 public byte[] ToByteArray()
 {
     return(CryptoUtils.HexStringToBytes(LocalAddress.Substring(2)));
 }