Package nxt
Class AccountRestrictions.PhasingOnly
- java.lang.Object
-
- nxt.AccountRestrictions.PhasingOnly
-
- Enclosing class:
- AccountRestrictions
public static final class AccountRestrictions.PhasingOnly extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountRestrictions.PhasingOnly
get(long accountId)
long
getAccountId()
static DbIterator<AccountRestrictions.PhasingOnly>
getAll(int from, int to)
static int
getCount()
short
getMaxDuration()
long
getMaxFees()
short
getMinDuration()
PhasingParams
getPhasingParams()
-
-
-
Method Detail
-
get
public static AccountRestrictions.PhasingOnly get(long accountId)
-
getCount
public static int getCount()
-
getAll
public static DbIterator<AccountRestrictions.PhasingOnly> getAll(int from, int to)
-
getAccountId
public long getAccountId()
-
getPhasingParams
public PhasingParams getPhasingParams()
-
getMaxFees
public long getMaxFees()
-
getMinDuration
public short getMinDuration()
-
getMaxDuration
public short getMaxDuration()
-
-