public class AccountInfo
extends java.lang.Object
| Constructor and Description |
|---|
AccountInfo(Address address,
java.math.BigInteger addressHeight,
java.lang.String publicKey,
java.math.BigInteger publicKeyHeight,
java.math.BigInteger importance,
java.math.BigInteger importanceHeight,
java.util.List<Mosaic> mosaics) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Returns account address.
|
java.math.BigInteger |
getAddressHeight()
Returns height when the address was published.
|
java.math.BigInteger |
getImportance()
Returns importance of the account.
|
java.math.BigInteger |
getImportanceHeight()
Returns importance height of the account.
|
java.util.List<Mosaic> |
getMosaics()
Returns mosaics hold by the account.
|
PublicAccount |
getPublicAccount()
Returns height when the address was published.
|
java.lang.String |
getPublicKey()
Returns public key of the account.
|
java.math.BigInteger |
getPublicKeyHeight()
Returns height when the public key was published.
|
public java.math.BigInteger getAddressHeight()
public java.lang.String getPublicKey()
public java.math.BigInteger getPublicKeyHeight()
public java.math.BigInteger getImportance()
public java.math.BigInteger getImportanceHeight()
public java.util.List<Mosaic> getMosaics()
public PublicAccount getPublicAccount()
PublicAccount