Package nxt.blockchain
Class FxtChain
java.lang.Object
nxt.blockchain.Chain
nxt.blockchain.FxtChain
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()booleanisAllowed(TransactionType transactionType) newTransactionBuilder(byte[] senderPublicKey, long amount, long fee, short deadline, Attachment attachment) Methods inherited from class nxt.blockchain.Chain
getBalanceHome, getChain, getChain, getDecimals, getDisabledAPIs, getDisabledAPITags, getId, getName, getPrunableMessageHome, getSchemaTable, getTotalAmount, getTransactionHome, toString
-
Field Details
-
FXT_NAME
- See Also:
-
FXT
-
-
Method Details
-
init
public static void init() -
getDbSchema
- Overrides:
getDbSchemain classChain
-
isAllowed
-
getDisabledTransactionTypes
- Specified by:
getDisabledTransactionTypesin classChain
-
newTransactionBuilder
public FxtTransactionImpl.BuilderImpl newTransactionBuilder(byte[] senderPublicKey, long amount, long fee, short deadline, Attachment attachment) - Specified by:
newTransactionBuilderin classChain
-