Exemplo n.º 1
0
 public static string ToAddress(this ECDsa key)
 {
     return(Base58.Encode(key.Address()));
 }
Exemplo n.º 2
0
 public static string ToAddress(this ByteString owner)
 {
     return(Base58.Encode(owner.ToByteArray()));
 }