public static final class AssetControl.PhasingOnly extends PhasingControl
PhasingControl.SubPoll| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ASSET_CONTROL_VARIABLE |
params| Modifier and Type | Method and Description |
|---|---|
protected void |
checkTransaction(ChildTransaction transaction) |
static AssetControl.PhasingOnly |
get(long assetId) |
static DbIterator<AssetControl.PhasingOnly> |
getAll(int from,
int to) |
long |
getAssetId() |
java.lang.String |
getControlType() |
static int |
getCount() |
java.lang.String |
getDefaultControlVariable() |
checkPhasing, getPhasingParams, initpublic static final java.lang.String DEFAULT_ASSET_CONTROL_VARIABLE
public static AssetControl.PhasingOnly get(long assetId)
public static int getCount()
public static DbIterator<AssetControl.PhasingOnly> getAll(int from, int to)
public long getAssetId()
public final java.lang.String getControlType()
getControlType in class PhasingControlpublic final java.lang.String getDefaultControlVariable()
getDefaultControlVariable in class PhasingControlprotected void checkTransaction(ChildTransaction transaction) throws NxtException.AccountControlException
checkTransaction in class PhasingControlNxtException.AccountControlException