Package nxt.blockchain
Class Chain
java.lang.Object
nxt.blockchain.Chain
- Direct Known Subclasses:
ChildChain,FxtChain
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal BalanceHomestatic ChaingetChain(int id) static Chainfinal intabstract Set<TransactionType>final intgetId()final StringgetName()final StringgetSchemaTable(String table) final longfinal TransactionHomeabstract booleanisAllowed(TransactionType transactionType) abstract TransactionImpl.BuilderImplnewTransactionBuilder(byte[] senderPublicKey, long amountFQT, long feeFQT, short deadline, Attachment attachment) toString()
-
Field Details
-
ONE_COIN
public final long ONE_COIN
-
-
Method Details
-
getChain
-
getChain
-
getName
-
getId
public final int getId() -
getDecimals
public final int getDecimals() -
getTotalAmount
public final long getTotalAmount() -
getDbSchema
-
getSchemaTable
-
getTransactionHome
-
getBalanceHome
-
getPrunableMessageHome
-
isAllowed
-
getDisabledTransactionTypes
-
getDisabledAPIs
-
getDisabledAPITags
-
newTransactionBuilder
public abstract TransactionImpl.BuilderImpl newTransactionBuilder(byte[] senderPublicKey, long amountFQT, long feeFQT, short deadline, Attachment attachment) -
toString
-