public final class Asset
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAccountId() |
static java.util.Collection<Asset> |
getAllAssets() |
static Asset |
getAsset(java.lang.Long id) |
static java.util.List<Asset> |
getAssets(java.lang.String name) |
static java.util.List<Asset> |
getAssetsIssuedBy(java.lang.Long accountId) |
byte |
getDecimals() |
java.lang.String |
getDescription() |
java.lang.Long |
getId() |
java.lang.String |
getName() |
long |
getQuantityQNT() |
public static java.util.Collection<Asset> getAllAssets()
public static Asset getAsset(java.lang.Long id)
public static java.util.List<Asset> getAssets(java.lang.String name)
public static java.util.List<Asset> getAssetsIssuedBy(java.lang.Long accountId)
public java.lang.Long getId()
public java.lang.Long getAccountId()
public java.lang.String getName()
public java.lang.String getDescription()
public long getQuantityQNT()
public byte getDecimals()