-
public interface IAddress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getHash()
java.lang.String
getName()
byte[]
getPublicKey()
void
setHash(byte[] hash)
void
setName(java.lang.String name)
void
setPublicKey(byte[] publicKey)
-