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