-
public interface IAddress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getHash()java.lang.StringgetName()byte[]getPublicKey()voidsetHash(byte[] hash)voidsetName(java.lang.String name)voidsetPublicKey(byte[] publicKey)
-