Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

F

Factory(String, String, String) - Constructor for class nxt.db.DbKey.Factory
 
FasterTime(int, int) - Constructor for class nxt.util.Time.FasterTime
 
fastImplicationCheck(BooleanExpression, BooleanExpression) - Static method in class nxt.util.BooleanExpression
Performs fast check whether "antecedent -> consequent" evaluates to TRUE.
faucetAmountNQT(long) - Method in interface com.jelurida.ardor.contracts.NewAccountFaucet.Params
 
FEATURE_NOT_AVAILABLE - Static variable in class nxt.http.JSONResponses
 
Fee - Interface in nxt.blockchain
 
Fee.ConstantFee - Class in nxt.blockchain
 
Fee.SizeBasedFee - Class in nxt.blockchain
 
FEE_CANNOT_CALCULATE - Static variable in class nxt.addons.AbstractContractContext
 
FEE_EXCEEDS_AMOUNT - Static variable in class nxt.addons.AbstractContractContext
 
FeeCalculation - Class in com.jelurida.ardor.client.api
Sample Java program which demonstrates how to calculate best bundling fee for child chain transactions
FeeCalculation() - Constructor for class com.jelurida.ardor.client.api.FeeCalculation
 
feeCalculator - Variable in class nxt.blockchain.Bundler.Rule
 
feeCalculatorName(String) - Method in class nxt.http.callers.AddBundlingRuleCall
 
feeCalculatorName(String) - Method in class nxt.http.callers.StartBundlerCall
 
FEEDBACK - Static variable in class nxt.dgs.DigitalGoodsTransactionType
 
FeedbackAttachment - Class in nxt.dgs
 
FeedbackAttachment(long) - Constructor for class nxt.dgs.FeedbackAttachment
 
feeNQT(long) - Method in class nxt.http.callers.CreateOneSideTransactionCallBuilder
 
FeeRateCalculator - Class in nxt.peer
Filters the currently known BundlerRates according to the provided FeeRateCalculator.minBalance, FeeRateCalculator.minFeeLimit and FeeRateCalculator.whitelist.
FeeRateCalculator.Builder - Class in nxt.peer
 
FeeRateCalculator.TransactionPriority - Enum in nxt.peer
 
feeRateNQTPerFXT(long) - Method in interface nxt.blockchain.ChildTransaction.Builder
 
feeRateNQTPerFXT(long) - Method in class nxt.blockchain.ChildTransactionImpl.BuilderImpl
 
feeRateNQTPerFXT(long) - Method in class nxt.http.callers.CreateOneSideTransactionCallBuilder
 
feeRateNQTPerFXT(long) - Method in class nxt.http.callers.StartFundingMonitorCall
 
feeRateNQTPerFXT(long) - Method in class nxt.http.callers.StartShufflerCall
 
feeRateNQTPerFXT(long) - Method in class nxt.http.callers.StartStandbyShufflerCall
 
file(byte[]) - Method in class nxt.http.callers.DecodeFileTokenCall
 
file(byte[]) - Method in class nxt.http.callers.DetectMimeTypeCall
 
file(byte[]) - Method in class nxt.http.callers.GenerateFileTokenCall
 
file(byte[]) - Method in class nxt.http.callers.UploadTaggedDataCall
 
file(byte[]) - Method in class nxt.http.callers.VerifyTaggedDataCall
 
FileData(Part) - Constructor for class nxt.http.ParameterParser.FileData
 
filename(String) - Method in class nxt.http.callers.DetectMimeTypeCall
 
filename(String) - Method in class nxt.http.callers.UploadTaggedDataCall
 
filename(String) - Method in class nxt.http.callers.VerifyTaggedDataCall
 
filter(String...) - Method in class nxt.http.callers.AddBundlingRuleCall
 
filter(String...) - Method in class nxt.http.callers.StartBundlerCall
 
Filter<T> - Interface in nxt.util
 
FilteredConnection - Class in nxt.db
Wrapper for a SQL Connection The wrapper forwards all methods to the wrapped connection.
FilteredConnection(Connection, FilteredFactory) - Constructor for class nxt.db.FilteredConnection
 
FilteredFactory - Interface in nxt.db
Create Statement and PrepareStatement for use with FilteredConnection
FilteredPreparedStatement - Class in nxt.db
Wrapper for a SQL PreparedStatement The wrapper forwards all methods to the wrapped prepared statement
FilteredPreparedStatement(PreparedStatement, String) - Constructor for class nxt.db.FilteredPreparedStatement
 
FilteredStatement - Class in nxt.db
Wrapper for a SQL Statement The wrapper forwards all methods to the wrapped statement
FilteredStatement(Statement) - Constructor for class nxt.db.FilteredStatement
 
FilteringIterator<T> - Class in nxt.db
 
FilteringIterator(DbIterator<T>, Filter<T>) - Constructor for class nxt.db.FilteringIterator
 
FilteringIterator(DbIterator<T>, int, int) - Constructor for class nxt.db.FilteringIterator
 
FilteringIterator(DbIterator<T>, Filter<T>, int, int) - Constructor for class nxt.db.FilteringIterator
 
filters - Variable in class nxt.blockchain.Bundler.Rule
 
findBlockAtHeight(int) - Static method in class nxt.blockchain.BlockDb
 
findClass(String) - Method in class nxt.addons.CloudDataClassLoader
 
findLedgerDevice() - Static method in class com.jelurida.ardor.integration.wallet.ledger.LedgerDevice
 
findOrCreatePeer(String, boolean) - Static method in class nxt.peer.Peers
Find or create a peer The announced address will be used for the host address if a new peer is created
findTransaction(byte[]) - Method in class nxt.blockchain.TransactionHome
 
findTransaction(byte[], int) - Method in class nxt.blockchain.TransactionHome
 
findTransactionType(byte) - Static method in class nxt.account.AccountPropertyTransactionType
 
findTransactionType(byte) - Static method in class nxt.account.PaymentTransactionType
 
findTransactionType(byte) - Static method in class nxt.ae.AssetExchangeTransactionType
 
findTransactionType(byte) - Static method in class nxt.aliases.AliasTransactionType
 
findTransactionType(byte) - Static method in class nxt.blockchain.chaincontrol.ChildChainControlTransactionType
 
findTransactionType(byte, byte) - Static method in class nxt.blockchain.ChildTransactionType
 
findTransactionType(byte, byte) - Static method in class nxt.blockchain.FxtTransactionType
 
findTransactionType(byte, byte) - Static method in class nxt.blockchain.TransactionType
 
findTransactionType(byte) - Static method in class nxt.ce.CoinExchangeFxtTransactionType
 
findTransactionType(byte) - Static method in class nxt.ce.CoinExchangeTransactionType
 
findTransactionType(byte) - Static method in class nxt.dgs.DigitalGoodsTransactionType
 
findTransactionType(byte) - Static method in class nxt.lightcontracts.LightContractTransactionType
 
findTransactionType(byte) - Static method in class nxt.messaging.MessagingTransactionType
 
findTransactionType(byte) - Static method in class nxt.ms.MonetarySystemTransactionType
 
findTransactionType(byte) - Static method in class nxt.shuffling.ShufflingTransactionType
 
findTransactionType(byte) - Static method in class nxt.taggeddata.TaggedDataTransactionType
 
findTransactionType(byte) - Static method in class nxt.voting.AccountControlTransactionType
 
findTransactionType(byte) - Static method in class nxt.voting.VotingTransactionType
 
finish() - Method in class nxt.util.MultipartUtility
Completes the request and receives response from the server.
finishedOnly(String) - Method in class nxt.http.callers.GetAllShufflingsCall
 
finishedOnly(String) - Method in class nxt.http.callers.GetPollsCall
 
finishHeight(int) - Method in class nxt.http.callers.CreatePollCall
 
finishingTransactionsComparator - Static variable in class nxt.voting.PhasingPollHome
 
fire(Connection, Object[], Object[]) - Method in class nxt.db.FullTextTrigger
Trigger has fired (Trigger interface)
firstIndex(int) - Method in class nxt.http.callers.GetAccountBlockIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountBlocksCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountCurrentAskOrderIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountCurrentAskOrdersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountCurrentBidOrderIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountCurrentBidOrdersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountExchangeRequestsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountLedgerCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountPhasedTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountPropertiesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountShufflingsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAccountTaggedDataCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAliasesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAliasesLikeCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllAssetsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllCurrenciesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllExchangesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllOpenAskOrdersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllOpenBidOrdersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllPhasingOnlyControlsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllPrunableMessagesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllShufflingsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllTaggedDataCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAllTradesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAskOrderIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAskOrdersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetAccountsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetDividendsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetHistoryCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetPhasedTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetPropertiesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetsByIssuerCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssetTransfersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetAssignedShufflingsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetBidOrderIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetBidOrdersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetBlockchainTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetBlocksCall
 
firstIndex(int) - Method in class nxt.http.callers.GetBuyOffersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetChainPermissionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetChannelTaggedDataCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCoinExchangeOrderIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCoinExchangeOrdersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCoinExchangeTradesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetContractReferencesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCurrenciesByIssuerCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCurrencyAccountsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCurrencyFoundersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCurrencyIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCurrencyPhasedTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetCurrencyTransfersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDataTagsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDataTagsLikeCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDGSExpiredPurchasesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDGSGoodsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDGSGoodsPurchasesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDGSPendingPurchasesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDGSPurchasesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDGSTagsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetDGSTagsLikeCall
 
firstIndex(int) - Method in class nxt.http.callers.GetExchangesByOfferCall
 
firstIndex(int) - Method in class nxt.http.callers.GetExchangesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetExecutedTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetHoldingShufflingsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetOrderTradesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetPhasingPollVotesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetPollsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetPollVotesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetPrunableMessagesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetReferencingTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetSellOffersCall
 
firstIndex(int) - Method in class nxt.http.callers.GetTradesCall
 
firstIndex(int) - Method in class nxt.http.callers.GetUnconfirmedTransactionIdsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetUnconfirmedTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.GetVoterPhasedTransactionsCall
 
firstIndex(int) - Method in class nxt.http.callers.SearchAccountsCall
 
firstIndex(int) - Method in class nxt.http.callers.SearchAssetsCall
 
firstIndex(int) - Method in class nxt.http.callers.SearchCurrenciesCall
 
firstIndex(int) - Method in class nxt.http.callers.SearchDGSGoodsCall
 
firstIndex(int) - Method in class nxt.http.callers.SearchPollsCall
 
firstIndex(int) - Method in class nxt.http.callers.SearchTaggedDataCall
 
FixedClause(String) - Constructor for class nxt.db.DbClause.FixedClause
 
FixedPrecisionPercentage - Class in nxt.util
 
FlipsideBlockExplorer - Class in com.jelurida.ardor.client.api
Explore Ardor blocks.
FlipsideBlockExplorer() - Constructor for class com.jelurida.ardor.client.api.FlipsideBlockExplorer
 
flush() - Method in class nxt.util.MemoryHandler
Flush the ring buffer
flushBuffer() - Method in class nxt.http.MockedResponse
 
ForbiddenActions - Class in com.jelurida.ardor.contracts
Contract for testing purposes which attempts actions not allowed by the security policy and verifies that they indeed fail.
ForbiddenActions() - Constructor for class com.jelurida.ardor.contracts.ForbiddenActions
 
ForbiddenActions.Action - Interface in com.jelurida.ardor.contracts
 
forChain(Chain) - Static method in class nxt.account.BalanceHome
 
forChain(ChildChain) - Static method in class nxt.ae.AssetDividendHome
 
forChain(ChildChain) - Static method in class nxt.ae.OrderHome
 
forChain(ChildChain) - Static method in class nxt.ae.TradeHome
 
forChain(ChildChain) - Static method in class nxt.aliases.AliasHome
 
forChain(Chain) - Static method in class nxt.blockchain.TransactionHome
 
forChain(ChildChain) - Static method in class nxt.dgs.DigitalGoodsHome
 
forChain(Chain) - Static method in class nxt.messaging.PrunableMessageHome
 
forChain(ChildChain) - Static method in class nxt.ms.CurrencyFounderHome
 
forChain(ChildChain) - Static method in class nxt.ms.ExchangeHome
 
forChain(ChildChain) - Static method in class nxt.ms.ExchangeOfferHome
 
forChain(ChildChain) - Static method in class nxt.ms.ExchangeRequestHome
 
forChain(ChildChain) - Static method in class nxt.shuffling.ShufflingHome
 
forChain(ChildChain) - Static method in class nxt.shuffling.ShufflingParticipantHome
 
forChain(ChildChain) - Static method in class nxt.taggeddata.TaggedDataHome
 
forChain(ChildChain) - Static method in class nxt.voting.PhasingPollHome
 
forChain(ChildChain) - Static method in class nxt.voting.PhasingVoteHome
 
forChain(ChildChain) - Static method in class nxt.voting.PollHome
 
forChain(ChildChain) - Static method in class nxt.voting.VoteHome
 
FORGING_DELAY - Static variable in class nxt.Constants
 
FORGING_SPEEDUP - Static variable in class nxt.Constants
 
ForgingEncryptedConfig - Class in nxt.addons
 
ForgingEncryptedConfig() - Constructor for class nxt.addons.ForgingEncryptedConfig
 
ForgingReward - Class in com.jelurida.ardor.contracts
The forging reward contract is used to reward forgers for generating blocks on the Ardor and Nxt blockchains.
ForgingReward() - Constructor for class com.jelurida.ardor.contracts.ForgingReward
 
ForgingReward.Params - Interface in com.jelurida.ardor.contracts
 
FORK_BASE_TARGET_PERCENTAGE - Static variable in class nxt.Constants
 
format(LogRecord) - Method in class nxt.util.BriefLogFormatter
Format the log record as follows: Date Level Message ExceptionTrace
FreezeMonitor - Class in nxt.freeze
 
FreezeMonitor(HoldingType) - Constructor for class nxt.freeze.FreezeMonitor
 
frequency() - Method in interface com.jelurida.ardor.contracts.AllForOnePayment.Params
 
frequency() - Method in interface com.jelurida.ardor.contracts.IgnisArdorRates.Params
 
fromBigDecimal(BigDecimal) - Static method in class nxt.util.FixedPrecisionPercentage
 
fromBoolean(boolean) - Static method in enum nxt.util.BooleanExpression.Value
 
fromCode(int) - Static method in enum nxt.account.AccountLedger.LedgerEvent
Get the event from the event code
fromCode(int) - Static method in enum nxt.account.AccountLedger.LedgerHolding
Get the holding from the holding code
fromDate(String) - Method in class nxt.http.callers.TaxReportCall
 
fromDisplayName(String) - Static method in enum nxt.http.APITag
 
fromEpochTime(int) - Static method in class nxt.util.Convert
 
fromHeight(int) - Method in class nxt.http.callers.TaxReportCall
 
fromJson(JO, String) - Static method in class com.jelurida.ardor.contracts.trading.CoinExchangeTradingBot.PairSymbolJson
 
fromName(String) - Static method in enum nxt.http.APIEnum
 
fromString(String) - Static method in class nxt.util.Bip32Path
 
fromString(String, boolean) - Static method in class nxt.util.Bip32Path
 
fromStringId(String) - Static method in class nxt.blockchain.ChainTransactionId
 
FULL_NODE - Static variable in interface nxt.configuration.Setup
 
fullHash - Variable in class nxt.addons.AbstractOperationContext
 
fullHash(String) - Method in class nxt.http.callers.FullHashToIdCall
 
fullHash(byte[]) - Method in class nxt.http.callers.FullHashToIdCall
 
fullHash(String) - Method in class nxt.http.callers.GetFxtTransactionCall
 
fullHash(byte[]) - Method in class nxt.http.callers.GetFxtTransactionCall
 
fullHash(String) - Method in class nxt.http.callers.GetTransactionBytesCall
 
fullHash(byte[]) - Method in class nxt.http.callers.GetTransactionBytesCall
 
fullHash(String) - Method in class nxt.http.callers.GetTransactionCall
 
fullHash(byte[]) - Method in class nxt.http.callers.GetTransactionCall
 
fullHashToId(byte[]) - Method in class nxt.addons.AbstractContractContext
Convert a 32 byte hash represented as byte array to a numeric entity id
fullHashToId(String) - Method in class nxt.addons.AbstractContractContext
Convert a 32 byte hash represented as hex string to a numeric entity id
FullHashToId - Class in nxt.http
 
fullHashToId(byte[]) - Static method in class nxt.util.Convert
 
FullHashToIdCall - Class in nxt.http.callers
 
fullReset() - Method in interface nxt.blockchain.BlockchainProcessor
 
fullReset() - Method in class nxt.blockchain.BlockchainProcessorImpl
 
FullReset - Class in nxt.http
 
FullResetCall - Class in nxt.http.callers
 
fullScanWithShutdown() - Method in interface nxt.blockchain.BlockchainProcessor
 
fullScanWithShutdown() - Method in class nxt.blockchain.BlockchainProcessorImpl
 
FullTextTrigger - Class in nxt.db
FullTextTrigger provides Lucene search support.
FullTextTrigger() - Constructor for class nxt.db.FullTextTrigger
 
FundingMonitor - Class in nxt.account
Monitor account balances based on account properties
FundingMonitor.MonitoredAccount - Class in nxt.account
Monitored account
FundingMonitorsEncryptedConfig - Class in nxt.addons
 
FundingMonitorsEncryptedConfig() - Constructor for class nxt.addons.FundingMonitorsEncryptedConfig
 
FXT - Static variable in class nxt.blockchain.FxtChain
 
FXT_NAME - Static variable in class nxt.blockchain.FxtChain
 
FxtChain - Class in nxt.blockchain
 
FxtDbVersion - Class in nxt.dbschema
 
FxtTransaction - Interface in nxt.blockchain
 
FxtTransaction.Builder - Interface in nxt.blockchain
 
FxtTransactionImpl - Class in nxt.blockchain
 
FxtTransactionImpl.BuilderImpl - Class in nxt.blockchain
 
FxtTransactionType - Class in nxt.blockchain
 
FxtTransactionType() - Constructor for class nxt.blockchain.FxtTransactionType
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links