Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
4,975
Downloads of v 1.11.5:
584
Last Update:
01 Apr 2017
Package Maintainer(s):
Software Author(s):
- Nxt Organization
Tags:
p2p cryptocurrency proof-of-stake- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Nxt Client
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,975
Downloads of v 1.11.5:
584
Maintainer(s):
Software Author(s):
- Nxt Organization
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Nxt Client, run the following command from the command line or from PowerShell:
To upgrade Nxt Client, run the following command from the command line or from PowerShell:
To uninstall Nxt Client, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download nxt --internalize --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade nxt -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade nxt -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure nxt installed
win_chocolatey:
name: nxt
state: present
version: 1.11.5
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nxt' do
action :install
version '1.11.5'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: nxt,
Version: 1.11.5,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller nxt
{
Name = 'nxt'
Ensure = 'Present'
Version = '1.11.5'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nxt':
provider => 'chocolatey',
ensure => '1.11.5',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install nxt version="1.11.5" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 08 Jul 2020.
Nxt Client is an open source peer-to-peer cryptocurrency and payment network launched in November 2013 by anonymous software developer BCNext. It uses proof-of-stake to reach consensus for transactions - as such there is a static money supply and no mining as with Bitcoin.
Getting started
- Install notes - Once the client starts, it will begin downloading and syncing the NXT blockchain via port 7874. It may be necessary to setup port forwarding on your router.
- Create an account - The interface is a locally run service that is accessed via web browser at http://127.0.0.1:7876
- Acquire NXT
- NXT webapp user interface
- Send NXT
- Advanced features - NXT has an integrated Asset Exchange and Marketplace users can use to exchange digital or physical goods.
Security
Unlike Bitcoin or other altcoins, there is no local wallet with Nxt. More specifically, the coin uses a “brain wallet”, which is to say that wallets are decentralized and kept on the network. When you create an account in Nxt, your secret passphrase is used to create your account number. Once your account number is generated, you can unlock it and access it by using your passphrase on any running Nxt node.
For this reason, a very secure password is extremely important. To estimate how secure your password is, consider testing some fake passwords similar in character selection and formatting to passwords you generally use at https://howsecureismypassword.net/.
If you have difficulty remembering secure passwords, consider using secure password managers such as webapp LastPass or localhost software like KeePass.
Documentation
Community
$packageName = 'nxt'
$url = 'https://bitbucket.org/JeanLucPicard/nxt/downloads/nxt-client-1.11.5.zip'
$checksum = 'facb359f2a4fae62b5e2cbb2f5a41bd8cface8090ba72d3ddcba22a904fb23d3'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Install-ChocolateyZipPackage -PackageName "$packageName" `
-Url "$url" `
-UnzipLocation "$toolsDir" `
-Checksum "$checksum" `
-ChecksumType "$checksumType"
$procName = "nxt"
$errorAction = "SilentlyContinue"
Stop-Process -Name $procName `
-Force `
-ErrorAction $errorAction
Log in or click on link to see number of positives.
- nxt.exe (0b4163afb85f) - ## / 56
- ionic.config.json.gz (97265099ce5b) - ## / 56
- manifest.json.gz (d55510ad6334) - ## / 56
- service-worker.js.gz (a6eb91a29830) - ## / 56
- bootstrap.min.css.gz (24dcd6846894) - ## / 55
- font-awesome.min.css.gz (1fa41d814604) - ## / 54
- ionicons.min.css.gz (cb3b697fc280) - ## / 56
- qunit.css.gz (3f6612eeafaf) - ## / 55
- fontawesome-webfont.svg.gz (9bbd65b7882c) - ## / 55
- fontawesome-webfont.ttf.gz (09990dad086e) - ## / 55
- FontAwesome.otf.gz (1734b464b1bf) - ## / 56
- glyphicons-halflings-regular.svg.gz (2a5c5a57c887) - ## / 56
- glyphicons-halflings-regular.ttf.gz (e223ef5c1148) - ## / 56
- ionicons.svg.gz (ffdd37050554) - ## / 55
- ionicons.ttf.gz (8f7bb0751e4c) - ## / 55
- ajaxretry.js.gz (010f33f8018c) - ## / 55
- async.js.gz (5b31049b3663) - ## / 56
- big.js.gz (5408664f6126) - ## / 55
- bootstrap.js.gz (022446597606) - ## / 56
- clipboard.js.gz (02fc2d9e4f23) - ## / 56
- clipboard.min.js.gz (87858e519644) - ## / 54
- d3.js.gz (d674827f1edd) - ## / 56
- d3pie.js.gz (781d9f4aeec4) - ## / 56
- date.format.js.gz (f9f6e596f1f1) - ## / 55
- es6-shim.min.js.gz (998723d50a13) - ## / 56
- growl.js.gz (b2ae1ee68e77) - ## / 56
- handlebars.js.gz (2bd6f439e386) - ## / 56
- highlight.pack.js.gz (97424eed5540) - ## / 54
- i18next.js.gz (07117e7777a7) - ## / 56
- i18nextBrowserLanguageDetector.js.gz (4034b4721fd5) - ## / 54
- i18nextLocalStorageCache.js.gz (7c91ca68067a) - ## / 56
- i18nextSprintfPostProcessor.js.gz (d34424f8efdf) - ## / 56
- i18nextXHRBackend.js.gz (d278560dbfc0) - ## / 56
- jquery-i18next.js.gz (08b083943654) - ## / 53
- jquery.js.gz (25b1f3391f15) - ## / 56
- jquery.rss.js.gz (6dc101594e58) - ## / 54
- jsbn.js.gz (68c37c843b50) - ## / 56
- jsbn2.js.gz (d4c7350bf35e) - ## / 55
- moment-with-locales.min.js.gz (170156630eb7) - ## / 54
- moment.js.gz (1f873bb343dc) - ## / 55
- pako.js.gz (c81874d48a04) - ## / 56
- qrcode.js.gz (bb739da624d2) - ## / 56
- qunit.js.gz (3d1bd0328d83) - ## / 55
- spin.min.js.gz (41cbecdf6d72) - ## / 55
- webdb.js.gz (de95a95f71bf) - ## / 55
- aes.js.gz (c753b02f7661) - ## / 56
- sha256.js.gz (b02061fcbd47) - ## / 56
- translation.json.gz (df64f392121d) - ## / 56
- translation.json.gz (2ed3d95a7ebb) - ## / 55
- translation.json.gz (5e5bee7bb639) - ## / 54
- translation.json.gz (e625b9fe3f04) - ## / 55
- translation.json.gz (c0d44c090197) - ## / 54
- translation.json.gz (47f7cc06fb87) - ## / 56
- translation.json.gz (4152cb6c5378) - ## / 55
- translation.json.gz (698946c4e852) - ## / 56
- translation.json.gz (62f0734d0ff2) - ## / 55
- translation.json.gz (771cc758b448) - ## / 55
- translation.json.gz (724f95ee248f) - ## / 55
- translation.json.gz (91b0199c679c) - ## / 55
- translation.json.gz (778eaeaf82ee) - ## / 56
- translation.json.gz (2310b348f1b4) - ## / 55
- translation.json.gz (3ad17400fe1b) - ## / 55
- translation.json.gz (52d8f5094066) - ## / 55
- translation.json.gz (aa4e6653d72e) - ## / 55
- translation.json.gz (54d51b13dbcf) - ## / 55
- translation.json.gz (7755793ffc94) - ## / 56
- translation.json.gz (73ce2cf79c29) - ## / 55
- translation.json.gz (67215f36621c) - ## / 55
- translation.json.gz (ae64576e23d9) - ## / 56
- translation.json.gz (e69368f58b1a) - ## / 54
- translation.json.gz (b4110e8461f0) - ## / 55
- translation.json.gz (fa8681836344) - ## / 53
- translation.json.gz (76230c22f165) - ## / 55
- translation.json.gz (1648dec68793) - ## / 56
- translation.json.gz (33a6aaaa5885) - ## / 56
- translation.json.gz (27d9fd6add40) - ## / 55
- translation.json.gz (9a08c2c16118) - ## / 54
- translation.json.gz (f390142a66ff) - ## / 55
- translation.json.gz (6a9071587ffd) - ## / 55
- translation.json.gz (5eae1fa06b5f) - ## / 54
- translation.json.gz (e1e8fc84447c) - ## / 54
- translation.json.gz (e5e469680d70) - ## / 56
- translation.json.gz (6d181c04eec9) - ## / 56
- translation.json.gz (c0803dbd7f22) - ## / 55
- manifest.json.gz (d0f2cd136cfd) - ## / 56
- worker_sha256.js.gz (759c0c96e9ca) - ## / 56
- highlight.style.css.gz (ec76d9802878) - ## / 56
- account_properties.html.gz (634988b696ef) - ## / 56
- forging.html.gz (9e8e4c4ce777) - ## / 56
- messages.html.gz (f9e92d331f06) - ## / 56
- mobile.html.gz (1f1a8723b831) - ## / 56
- peers.html.gz (1e4feaf1c963) - ## / 56
- account_properties.html.gz (9642a7116afc) - ## / 55
- aliases.html.gz (2515c548171b) - ## / 55
- contacts.html.gz (95bc0ca1b712) - ## / 54
- dgs.html.gz (1091abaf41a6) - ## / 56
- messages.html.gz (766091b3b367) - ## / 56
- tagged_data.html.gz (bacb9935466d) - ## / 55
- voting_system.html.gz (3eb14677b14c) - ## / 56
- ats.js.gz (45d506b1617d) - ## / 56
- ats.util.js.gz (f5fbc85af0b1) - ## / 55
- html5-qrcode.js.gz (68c07c8e3446) - ## / 56
- nrs.accountproperties.js.gz (bec9aac9cfda) - ## / 56
- nrs.javabridge.js.gz (6b8855079a15) - ## / 56
- nrs.localstorage.js.gz (c936d1f01c3d) - ## / 55
- nrs.mobile.js.gz (a03df504e7df) - ## / 55
- nrs.modals.balanceleasing.js.gz (b97d755fd75f) - ## / 56
- nrs.modals.hash.js.gz (161fb972ced1) - ## / 56
- nrs.modals.info.js.gz (f4c9e57d09d9) - ## / 53
- nrs.modals.uielements.js.gz (e55dc4a2d848) - ## / 56
- nrs.plugins.js.gz (220bb16a28bf) - ## / 55
- nrs.remote.nodes.js.gz (e41914ab2f47) - ## / 55
- nrs.sidebar.js.gz (d104301f05a6) - ## / 55
- nrs.simpleview.js.gz (d444e47b6a65) - ## / 56
- passphrasegenerator.js.gz (4df1d6894ab6) - ## / 56
- sha256worker.js.gz (a32a788cd627) - ## / 56
- test.extensions.js.gz (692c8c55c028) - ## / 55
- test.nrs.localstorage.js.gz (66e416ef0b1b) - ## / 56
- test.nxtaddress.js.gz (6097015f7cbe) - ## / 24
- decodeqrcode.js.gz (caf897af1d11) - ## / 53
- extensions.js.gz (291b46cd4309) - ## / 56
- locale.js.gz (43a31ed2c6d5) - ## / 55
- qrcode.utils.js.gz (4a6bb397669a) - ## / 53
- hello_world.css.gz (1b1388c426d1) - ## / 56
- hello_world.html.gz (f3167e6091fd) - ## / 56
- hello_world.html.gz (12c98b8dc63a) - ## / 56
- nrs.hello_world.js.gz (f1008ca3f624) - ## / 53
- nxt.1.11.5.nupkg (8187269c4e55) - ## / 59
- allclasses-frame.html.gz (2781cfb33ee7) - ## / 57
- allclasses-noframe.html.gz (c0b01ed86a40) - ## / 57
- constant-values.html.gz (1326484fc477) - ## / 57
- deprecated-list.html.gz (a4e307c5c20e) - ## / 57
- help-doc.html.gz (d4f5b61ca90b) - ## / 57
- index.html.gz (61cd729013a3) - ## / 56
- overview-frame.html.gz (3024fe94ac6e) - ## / 57
- overview-summary.html.gz (a84f18906d2c) - ## / 57
- overview-tree.html.gz (50f23846850d) - ## / 57
- script.js.gz (cd604d9d00c1) - ## / 57
- serialized-form.html.gz (d67305acf1b2) - ## / 57
- stylesheet.css.gz (fe00c83e4b39) - ## / 57
- index-1.html.gz (7d9553d7bbe0) - ## / 57
- index-10.html.gz (8c764856c90e) - ## / 57
- index-11.html.gz (0e7fbeaba86b) - ## / 57
- index-12.html.gz (381c4ec66251) - ## / 56
- index-13.html.gz (b130cc539dd4) - ## / 57
- index-14.html.gz (0f8a552afbde) - ## / 57
- index-15.html.gz (d5f0198abff6) - ## / 56
- index-16.html.gz (6b8ce52c8d2e) - ## / 57
- index-17.html.gz (c60e8aa51f00) - ## / 57
- index-18.html.gz (9f3db3661e21) - ## / 56
- index-19.html.gz (a77c290ff473) - ## / 57
- index-2.html.gz (3539a18ecacf) - ## / 56
- index-20.html.gz (97376248b4e5) - ## / 56
- index-21.html.gz (4e67b74fa42e) - ## / 57
- index-22.html.gz (cbb04ab6a905) - ## / 57
- index-23.html.gz (55b967fb4140) - ## / 57
- index-24.html.gz (13051a693059) - ## / 57
- index-3.html.gz (9666e40c8850) - ## / 57
- index-4.html.gz (57fcd0917660) - ## / 57
- index-5.html.gz (2e374fedfbc4) - ## / 55
- index-6.html.gz (71a254988a99) - ## / 57
- index-7.html.gz (e26c21a5d953) - ## / 57
- index-8.html.gz (5d5015c50a36) - ## / 57
- index-9.html.gz (5ad510cc8f55) - ## / 57
- Account.AccountAsset.html.gz (5dd085859718) - ## / 57
- Account.AccountCurrency.html.gz (b4a52ac98ba0) - ## / 57
- Account.AccountInfo.html.gz (444ed156d0c1) - ## / 57
- Account.AccountLease.html.gz (09f86b43fe2a) - ## / 57
- Account.AccountProperty.html.gz (a4d749c4c99c) - ## / 57
- Account.ControlType.html.gz (9b0ca9591ba9) - ## / 57
- Account.Event.html.gz (e86799fd2f05) - ## / 56
- Account.html.gz (8305bac488ca) - ## / 57
- Account.PublicKey.html.gz (a565ab2f9ee2) - ## / 57
- AccountLedger.Event.html.gz (001ccbc86f99) - ## / 57
- AccountLedger.html.gz (49604314757a) - ## / 57
- AccountLedger.LedgerEntry.html.gz (88bbb47bf98c) - ## / 57
- AccountLedger.LedgerEvent.html.gz (2224e6946a01) - ## / 57
- AccountLedger.LedgerHolding.html.gz (871e5404ab22) - ## / 57
- AccountRestrictions.html.gz (70ebba252773) - ## / 57
- AccountRestrictions.PhasingOnly.html.gz (5fb446a8e604) - ## / 57
- Alias.html.gz (ee8444b37f77) - ## / 57
- Alias.Offer.html.gz (dbedb5c45ff5) - ## / 57
- Appendix.AbstractAppendix.html.gz (ea518983f5ff) - ## / 57
- Appendix.AbstractEncryptedMessage.html.gz (2b4749328460) - ## / 57
- Appendix.Encryptable.html.gz (778e918fc765) - ## / 57
- Appendix.EncryptedMessage.html.gz (b37d3e4a9dbf) - ## / 58
- Appendix.EncryptToSelfMessage.html.gz (2414ce557129) - ## / 57
- Appendix.html.gz (36a9efd16b02) - ## / 57
- Appendix.Message.html.gz (74f69d13e474) - ## / 57
- Appendix.Phasing.html.gz (e5a4b7d944c9) - ## / 56
- Appendix.Prunable.html.gz (4caee5240a75) - ## / 57
- Appendix.PrunableEncryptedMessage.html.gz (3450771d303e) - ## / 57
- Appendix.PrunablePlainMessage.html.gz (0b61d35e76ea) - ## / 57
- Appendix.PublicKeyAnnouncement.html.gz (cc7fa32682ad) - ## / 57
- Appendix.UnencryptedEncryptedMessage.html.gz (19430061181e) - ## / 56
- Appendix.UnencryptedEncryptToSelfMessage.html.gz (be8827737e08) - ## / 57
- Appendix.UnencryptedPrunableEncryptedMessage.html.gz (21a3bb390aaf) - ## / 57
- Asset.html.gz (f4ebc1a96b98) - ## / 54
- AssetDelete.Event.html.gz (077d5705c796) - ## / 57
- AssetDelete.html.gz (a82cdf8f869d) - ## / 57
- AssetDividend.Event.html.gz (db85d0fceab6) - ## / 57
- AssetDividend.html.gz (47587a65e016) - ## / 57
- AssetTransfer.Event.html.gz (a1e2e61926ba) - ## / 57
- AssetTransfer.html.gz (55078a514d04) - ## / 57
- Attachment.AbstractAttachment.html.gz (45c19df9a51e) - ## / 57
- Attachment.AbstractShufflingAttachment.html.gz (124463b121ff) - ## / 57
- Attachment.AccountControlEffectiveBalanceLeasing.html.gz (3fa6d81664c8) - ## / 57
- Attachment.ColoredCoinsAskOrderCancellation.html.gz (99fbcc82bbf0) - ## / 57
- Attachment.ColoredCoinsAskOrderPlacement.html.gz (22e06880a310) - ## / 57
- Attachment.ColoredCoinsAssetDelete.html.gz (e75a0f2264a1) - ## / 57
- Attachment.ColoredCoinsAssetIssuance.html.gz (e5a52a90aa95) - ## / 56
- Attachment.ColoredCoinsAssetTransfer.html.gz (da9b3ebe0e5f) - ## / 57
- Attachment.ColoredCoinsBidOrderCancellation.html.gz (57189d0d3bbf) - ## / 57
- Attachment.ColoredCoinsBidOrderPlacement.html.gz (8bcf4bdac0e0) - ## / 57
- Attachment.ColoredCoinsDividendPayment.html.gz (dcb38647ace9) - ## / 57
- Attachment.ColoredCoinsOrderCancellation.html.gz (080865fa0e8f) - ## / 57
- Attachment.ColoredCoinsOrderPlacement.html.gz (d79db36d8ca7) - ## / 57
- Attachment.DigitalGoodsDelisting.html.gz (cedfdf9f141a) - ## / 57
- Attachment.DigitalGoodsDelivery.html.gz (0c08feca7fc6) - ## / 57
- Attachment.DigitalGoodsFeedback.html.gz (bb7f7ad30862) - ## / 57
- Attachment.DigitalGoodsListing.html.gz (d2167a3e14d5) - ## / 57
- Attachment.DigitalGoodsPriceChange.html.gz (d21d5ca11d14) - ## / 57
- Attachment.DigitalGoodsPurchase.html.gz (98e729cdf829) - ## / 57
- Attachment.DigitalGoodsQuantityChange.html.gz (d9c25c3a15d9) - ## / 57
- Attachment.DigitalGoodsRefund.html.gz (470fc2ad8a73) - ## / 57
- Attachment.EmptyAttachment.html.gz (b33bf823852e) - ## / 56
- Attachment.html.gz (b357767521c3) - ## / 56
- Attachment.MessagingAccountInfo.html.gz (5a63bc43a2f0) - ## / 57
- Attachment.MessagingAccountProperty.html.gz (fddc61630a29) - ## / 55
- Attachment.MessagingAccountPropertyDelete.html.gz (a3a596b268c3) - ## / 57
- Attachment.MessagingAliasAssignment.html.gz (6482eb69194e) - ## / 57
- Attachment.MessagingAliasBuy.html.gz (cf05cfc83281) - ## / 57
- Attachment.MessagingAliasDelete.html.gz (b3bb57c130e1) - ## / 57
- Attachment.MessagingAliasSell.html.gz (e305015f89dc) - ## / 56
- Attachment.MessagingHubAnnouncement.html.gz (5a670a940b55) - ## / 57
- Attachment.MessagingPhasingVoteCasting.html.gz (27acbc8592d5) - ## / 57
- Attachment.MessagingPollCreation.html.gz (a59d97350bee) - ## / 57
- Attachment.MessagingPollCreation.PollBuilder.html.gz (05807f1f3345) - ## / 57
- Attachment.MessagingVoteCasting.html.gz (a494118cbaa6) - ## / 56
- Attachment.MonetarySystemAttachment.html.gz (a6abf58b613b) - ## / 57
- Attachment.MonetarySystemCurrencyDeletion.html.gz (dbeb89addc3e) - ## / 57
- Attachment.MonetarySystemCurrencyIssuance.html.gz (06008f732eb0) - ## / 57
- Attachment.MonetarySystemCurrencyMinting.html.gz (128098c89b18) - ## / 57
- Attachment.MonetarySystemCurrencyTransfer.html.gz (a7b88f514318) - ## / 57
- Attachment.MonetarySystemExchange.html.gz (5e693153481b) - ## / 57
- Attachment.MonetarySystemExchangeBuy.html.gz (f858f7261a92) - ## / 56
- Attachment.MonetarySystemExchangeSell.html.gz (03fe54584963) - ## / 57
- Attachment.MonetarySystemPublishExchangeOffer.html.gz (1ee385b9056f) - ## / 57
- Attachment.MonetarySystemReserveClaim.html.gz (feb60a005bb4) - ## / 57
- Attachment.MonetarySystemReserveIncrease.html.gz (a3c845742a83) - ## / 57
- Attachment.SetPhasingOnly.html.gz (e3342d4f4f72) - ## / 57
- Attachment.ShufflingAttachment.html.gz (8584ea6905ab) - ## / 57
- Attachment.ShufflingCancellation.html.gz (d89af81ce08a) - ## / 58
- Attachment.ShufflingCreation.html.gz (38d0a2628d35) - ## / 58
- Attachment.ShufflingProcessing.html.gz (1713152cd521) - ## / 56
- Attachment.ShufflingRecipients.html.gz (5ae7a7b1f6cb) - ## / 24
- Attachment.ShufflingRegistration.html.gz (d8945754f0cc) - ## / 57
- Attachment.ShufflingVerification.html.gz (30c2ad1f446b) - ## / 58
- Attachment.TaggedDataAttachment.html.gz (338770e0978b) - ## / 57
- Attachment.TaggedDataExtend.html.gz (3e4608fe4e34) - ## / 57
- Attachment.TaggedDataUpload.html.gz (60b0cd187b18) - ## / 56
- Attachment.UnencryptedDigitalGoodsDelivery.html.gz (27257130393a) - ## / 57
- Block.html.gz (c5545b84daf6) - ## / 56
- Blockchain.html.gz (1e5b78bfd0a9) - ## / 56
- BlockchainProcessor.BlockNotAcceptedException.html.gz (32fbbbd4dc3f) - ## / 57
- BlockchainProcessor.BlockOutOfOrderException.html.gz (3d6dac85943b) - ## / 56
- BlockchainProcessor.Event.html.gz (b6fe0e0158f8) - ## / 57
- BlockchainProcessor.html.gz (b170bd4c79dd) - ## / 57
- BlockchainProcessor.TransactionNotAcceptedException.html.gz (cfaac55c0fed) - ## / 57
- Constants.html.gz (953bed7ce380) - ## / 57
- Currency.Event.html.gz (10ec21d8cfec) - ## / 56
- Currency.html.gz (d030d3317549) - ## / 57
- CurrencyBuyOffer.html.gz (6be3111938ce) - ## / 57
- CurrencyExchangeOffer.AvailableOffers.html.gz (b9e54662b31f) - ## / 57
- CurrencyExchangeOffer.html.gz (f32003cda047) - ## / 57
- CurrencyFounder.html.gz (e163562eccb4) - ## / 57
- CurrencyMint.Event.html.gz (e3d1eb6456b3) - ## / 57
- CurrencyMint.html.gz (e49113ee77b4) - ## / 57
- CurrencyMint.Mint.html.gz (49f6d626a928) - ## / 57
- CurrencyMinting.html.gz (1de8654fd1bf) - ## / 57
- CurrencySellOffer.html.gz (48db2eb19b3e) - ## / 57
- CurrencyTransfer.Event.html.gz (8e2b34de4808) - ## / 57
- CurrencyTransfer.html.gz (74c05110aecc) - ## / 56
- CurrencyType.html.gz (f72d1655d3d3) - ## / 57
- Db.html.gz (501a0a6d5c41) - ## / 57
- DebugTrace.html.gz (2ad8a1d6e6ab) - ## / 57
- DigitalGoodsStore.Event.html.gz (4851d965c853) - ## / 57
- DigitalGoodsStore.Goods.html.gz (936026c0aec8) - ## / 57
- DigitalGoodsStore.html.gz (a39e77342b31) - ## / 57
- DigitalGoodsStore.Purchase.html.gz (0619a7d8ac66) - ## / 57
- DigitalGoodsStore.Tag.html.gz (37bc8b59d51d) - ## / 57
- Exchange.Event.html.gz (84d39fc1a83d) - ## / 57
- Exchange.html.gz (841200b7cd44) - ## / 57
- ExchangeRequest.html.gz (56f5d99f0a12) - ## / 57
- Fee.ConstantFee.html.gz (08a2dea7a1ae) - ## / 57
- Fee.html.gz (357a19cea790) - ## / 57
- Fee.SizeBasedFee.html.gz (f9a918ea423f) - ## / 57
- FundingMonitor.html.gz (16cdb0367e91) - ## / 57
- FundingMonitor.MonitoredAccount.html.gz (7d1fe7686857) - ## / 57
- FxtDistribution.html.gz (e1d0c4f88722) - ## / 57
- Generator.ActiveGenerator.html.gz (b7290bfa5331) - ## / 56
- Generator.Event.html.gz (743cfc4133d6) - ## / 56
- Generator.html.gz (9a28e55728d2) - ## / 57
- Genesis.html.gz (9d1b6254ea93) - ## / 57
- HoldingType.html.gz (5b2e7f06fcf9) - ## / 56
- Hub.Hit.html.gz (4daede614a00) - ## / 56
- Hub.html.gz (f4d8ceee1d02) - ## / 56
- MonetarySystem.html.gz (22a70446a4b5) - ## / 57
- Nxt.html.gz (498175b180cf) - ## / 56
- NxtException.AccountControlException.html.gz (016c44c4f188) - ## / 56
- NxtException.ExistingTransactionException.html.gz (fff641416344) - ## / 57
- NxtException.html.gz (6ebead6c21f8) - ## / 57
- NxtException.InsufficientBalanceException.html.gz (b4147e380cb7) - ## / 57
- NxtException.NotCurrentlyValidException.html.gz (478c375193ee) - ## / 57
- NxtException.NotValidException.html.gz (aadb174b9f3f) - ## / 57
- NxtException.NotYetEnabledException.html.gz (da19aef0d7e7) - ## / 56
- NxtException.NotYetEncryptedException.html.gz (3fc3f2e3d01c) - ## / 57
- NxtException.NxtIOException.html.gz (571c0f0204ee) - ## / 57
- NxtException.StopException.html.gz (fcd284aa4dc8) - ## / 56
- NxtException.ValidationException.html.gz (d49b1243b948) - ## / 56
- Order.Ask.html.gz (3938e9b71286) - ## / 57
- Order.Bid.html.gz (caa6e81969fe) - ## / 57
- Order.html.gz (4ee45b4ff17a) - ## / 57
- package-frame.html.gz (ac11296b8d71) - ## / 57
- package-summary.html.gz (7358cf52f4c8) - ## / 57
- package-tree.html.gz (6542cdec73b8) - ## / 57
- PhasingParams.html.gz (e094db06e049) - ## / 57
- PhasingPoll.html.gz (e991ceeeab54) - ## / 57
- PhasingPoll.PhasingPollResult.html.gz (b3432631c803) - ## / 57
- PhasingVote.html.gz (7aa3f26814bc) - ## / 57
- Poll.html.gz (1d6f9c22e38c) - ## / 57
- Poll.OptionResult.html.gz (c4e5e42c7a10) - ## / 57
- PrunableMessage.html.gz (ef853783f110) - ## / 57
- Shuffler.ControlledAccountException.html.gz (a3aa34b9b1de) - ## / 56
- Shuffler.DuplicateShufflerException.html.gz (d6a4eaf2e6ab) - ## / 56
- Shuffler.html.gz (f7b0741a90e8) - ## / 57
- Shuffler.InvalidRecipientException.html.gz (c1db70dccfe3) - ## / 57
- Shuffler.InvalidStageException.html.gz (a27772a74909) - ## / 57
- Shuffler.ShufflerException.html.gz (a5797a880a44) - ## / 57
- Shuffler.ShufflerLimitException.html.gz (c833efcd3926) - ## / 56
- Shuffling.Event.html.gz (a02ff290a484) - ## / 57
- Shuffling.html.gz (c387805e8989) - ## / 57
- Shuffling.Stage.html.gz (946c0e623bf7) - ## / 57
- ShufflingParticipant.Event.html.gz (5856b7225427) - ## / 57
- ShufflingParticipant.html.gz (eca43a6f87a3) - ## / 57
- ShufflingParticipant.State.html.gz (d1970d49e01d) - ## / 57
- ShufflingTransaction.html.gz (ab2c517a91ff) - ## / 57
- TaggedData.html.gz (339cefbb107a) - ## / 56
- TaggedData.Tag.html.gz (b2962ba7b02f) - ## / 57
- Token.html.gz (447803fbf512) - ## / 57
- Trade.Event.html.gz (81a34303936f) - ## / 56
- Trade.html.gz (9f064f1c9d6c) - ## / 57
- Transaction.Builder.html.gz (048babea2e25) - ## / 57
- Transaction.html.gz (e15bc5513506) - ## / 57
- TransactionProcessor.Event.html.gz (82edb29832aa) - ## / 57
- TransactionProcessor.html.gz (2d6c32ce61d8) - ## / 56
- TransactionType.AccountControl.html.gz (88409b65e762) - ## / 57
- TransactionType.ColoredCoins.html.gz (059a42f98b9c) - ## / 57
- TransactionType.Data.html.gz (1b3939b1f9e6) - ## / 57
- TransactionType.DigitalGoods.html.gz (7937682dcc0a) - ## / 57
- TransactionType.html.gz (db8d7646364b) - ## / 57
- TransactionType.Messaging.html.gz (c0bfff0b1c67) - ## / 57
- TransactionType.Payment.html.gz (66f865489698) - ## / 57
- Vote.html.gz (a8011fd09e97) - ## / 57
- VoteWeighting.html.gz (55f775a1a906) - ## / 57
- VoteWeighting.MinBalanceModel.html.gz (1db7b70546f5) - ## / 57
- VoteWeighting.VotingModel.html.gz (a38ea658fefb) - ## / 57
- AddOn.html.gz (92a123bede32) - ## / 58
- AddOns.html.gz (de117e59359d) - ## / 57
- AfterStart.html.gz (15aa99090189) - ## / 57
- BeforeShutdown.html.gz (6240a980fd90) - ## / 58
- Demo.html.gz (2d498b91f610) - ## / 57
- DownloadTimer.html.gz (30c367eaaba1) - ## / 56
- package-frame.html.gz (92cd574f38d4) - ## / 56
- package-summary.html.gz (9f606fec3c88) - ## / 57
- package-tree.html.gz (b8b0c4271d98) - ## / 56
- PopOffCounter.html.gz (8b28d16c101c) - ## / 57
- AnonymouslyEncryptedData.html.gz (0acf11abd9d9) - ## / 57
- Crypto.html.gz (4ba20b75b232) - ## / 54
- EncryptedData.html.gz (a2ae8c74fe99) - ## / 56
- HashFunction.html.gz (4d16d5fdc314) - ## / 57
- KNV25.html.gz (6dbcd858bb2d) - ## / 56
- package-frame.html.gz (eddb6a5f9031) - ## / 57
- package-summary.html.gz (9f44d0fb5728) - ## / 57
- package-tree.html.gz (9e7007ca94c7) - ## / 57
- Scrypt.html.gz (66eccecab18c) - ## / 57
- BasicDb.DbProperties.html.gz (377b1422dad1) - ## / 57
- BasicDb.html.gz (385c3c425ef5) - ## / 57
- DbClause.BooleanClause.html.gz (2b173b817dc5) - ## / 57
- DbClause.ByteClause.html.gz (585d05720470) - ## / 56
- DbClause.FixedClause.html.gz (d744c762d49e) - ## / 57
- DbClause.html.gz (d3707970af15) - ## / 57
- DbClause.IntClause.html.gz (ab1434f53f2f) - ## / 57
- DbClause.LikeClause.html.gz (bf20c49bec2b) - ## / 57
- DbClause.LongClause.html.gz (f58f3c336b1a) - ## / 56
- DbClause.NotNullClause.html.gz (90f4a964dcb0) - ## / 57
- DbClause.NullClause.html.gz (9e77ec543cea) - ## / 57
- DbClause.Op.html.gz (dfe997741829) - ## / 57
- DbClause.StringClause.html.gz (7bfc039989dd) - ## / 57
- DbIterator.html.gz (4886e2fe9562) - ## / 57
- DbIterator.ResultSetReader.html.gz (076bbafaf06e) - ## / 57
- DbKey.Factory.html.gz (63545f065f85) - ## / 57
- DbKey.html.gz (96d0a22e0330) - ## / 57
- DbKey.LinkKey.html.gz (c85dd3b28e5a) - ## / 57
- DbKey.LinkKeyFactory.html.gz (d89bba0a3348) - ## / 56
- DbKey.LongKey.html.gz (4bbdc596605a) - ## / 50
- DbKey.LongKeyFactory.html.gz (371000f1c8a5) - ## / 57
- DbKey.StringKey.html.gz (fb8c010d9ba0) - ## / 57
- DbKey.StringKeyFactory.html.gz (50bb0115390a) - ## / 57
- DbUtils.html.gz (1b901181aceb) - ## / 57
- DbVersion.html.gz (f476c5d6a723) - ## / 50
- DerivedDbTable.html.gz (4f91fdd066b7) - ## / 57
- EntityDbTable.html.gz (71e2f6e90cdd) - ## / 57
- FilteredConnection.html.gz (e756a89495d2) - ## / 57
- FilteredFactory.html.gz (80025730abbb) - ## / 57
- FilteredPreparedStatement.html.gz (7ff79cadb961) - ## / 56
- FilteredStatement.html.gz (e9523438dcf0) - ## / 57
- FilteringIterator.html.gz (b391992ac9e6) - ## / 57
- FullTextTrigger.html.gz (e61eb3e58f99) - ## / 57
- package-frame.html.gz (da4bebbc0a22) - ## / 57
- package-summary.html.gz (9ef847e96adb) - ## / 55
- package-tree.html.gz (a5ab7fe7bf35) - ## / 56
- PersistentDbTable.html.gz (1721ec657648) - ## / 57
- PrunableDbTable.html.gz (7a26eff9edc4) - ## / 56
- TransactionalDb.html.gz (930a5264dad1) - ## / 57
- TransactionalDb.TransactionCallback.html.gz (5c71cc0fa036) - ## / 57
- ValuesDbTable.html.gz (397bcb8753e0) - ## / 57
- VersionedEntityDbTable.html.gz (bf0711ba652d) - ## / 57
- VersionedPersistentDbTable.html.gz (0f2a98ac8753) - ## / 57
- VersionedPrunableDbTable.html.gz (1513b9883c62) - ## / 57
- VersionedValuesDbTable.html.gz (52127a25a9f8) - ## / 57
- CommandLineMode.html.gz (d02d1c8dc460) - ## / 57
- DefaultDirProvider.html.gz (ed670c873a94) - ## / 57
- DesktopMode.html.gz (25e6960091b4) - ## / 56
- DesktopSystemTray.html.gz (6678bd239338) - ## / 57
- DirProvider.html.gz (36ee88d67554) - ## / 57
- LookAndFeel.html.gz (bd303910c72f) - ## / 57
- MacUserDirProvider.html.gz (86236898b61d) - ## / 57
- package-frame.html.gz (50fb1f0224c5) - ## / 57
- package-summary.html.gz (bc7dfe8dc332) - ## / 57
- package-tree.html.gz (331e1967b6a6) - ## / 56
- RuntimeEnvironment.html.gz (ee848ac632ff) - ## / 57
- RuntimeMode.html.gz (8d6d47bd3225) - ## / 57
- ServerStatus.html.gz (baad45f3b633) - ## / 57
- SystemTrayDataProvider.html.gz (a104e09e9144) - ## / 57
- UnixUserDirProvider.html.gz (3d13af00b64c) - ## / 57
- WindowsServiceMode.html.gz (e9c97ca87ebb) - ## / 57
- WindowsUserDirProvider.html.gz (d5790ddcd42d) - ## / 57
- NxtService_ServiceManagement.html.gz (cc494805a6e4) - ## / 56
- package-frame.html.gz (069975283546) - ## / 57
- package-summary.html.gz (5afbf8036481) - ## / 57
- package-tree.html.gz (f67767cf6d49) - ## / 57
- AddPeer.html.gz (ec7e15fc0e50) - ## / 57
- API.html.gz (7931c685fbeb) - ## / 56
- API.XFrameOptionsFilter.html.gz (be91c0ef9b98) - ## / 57
- APIEnum.html.gz (56dbbd0b2f7c) - ## / 57
- APIProxy.html.gz (bd3b31993e38) - ## / 57
- APIProxyServlet.html.gz (57307f4b4429) - ## / 57
- APIServlet.APIRequestHandler.html.gz (f97561c107a5) - ## / 57
- APIServlet.html.gz (fa40898b37c2) - ## / 57
- APITag.html.gz (4529847fc1c0) - ## / 57
- APITestServlet.html.gz (2b3fc13fb51e) - ## / 57
- ApproveTransaction.html.gz (55b05bd7c8f2) - ## / 57
- BlacklistAPIProxyPeer.html.gz (cf28ea4a295c) - ## / 57
- BlacklistPeer.html.gz (d9ec6094c51a) - ## / 57
- BroadcastTransaction.html.gz (26fd82eeed63) - ## / 57
- BuyAlias.html.gz (e23862a21083) - ## / 57
- CalculateFullHash.html.gz (0c9b4f1df2dc) - ## / 57
- CancelAskOrder.html.gz (d655d22b53dd) - ## / 56
- CancelBidOrder.html.gz (f4df1cce9cb4) - ## / 57
- CanDeleteCurrency.html.gz (f3d394dc5908) - ## / 56
- CastVote.html.gz (61c98aad74ac) - ## / 57
- ClearUnconfirmedTransactions.html.gz (70f3ed2b4176) - ## / 57
- CreatePoll.html.gz (3c13addb46da) - ## / 57
- CurrencyBuy.html.gz (150ff7b8fcbc) - ## / 57
- CurrencyMint.html.gz (837087699089) - ## / 57
- CurrencyReserveClaim.html.gz (4e31bc350aff) - ## / 57
- CurrencyReserveIncrease.html.gz (5f5e9456fc01) - ## / 57
- CurrencySell.html.gz (7431d7fead56) - ## / 57
- DbShellServlet.html.gz (eeccdd0dc879) - ## / 57
- DecodeFileToken.html.gz (82b426b9553f) - ## / 57
- DecodeHallmark.html.gz (c941d94e8524) - ## / 57
- DecodeQRCode.html.gz (ce300597894f) - ## / 57
- DecodeToken.html.gz (05940fea0c49) - ## / 57
- DecryptFrom.html.gz (0853a1e88f15) - ## / 57
- DeleteAccountProperty.html.gz (06684868cfc3) - ## / 57
- DeleteAlias.html.gz (5d1e2e34dbaa) - ## / 56
- DeleteAssetShares.html.gz (75371a70dfbc) - ## / 57
- DeleteCurrency.html.gz (10c9e2ea8778) - ## / 57
- DetectMimeType.html.gz (67abcd52bb0b) - ## / 56
- DGSDelisting.html.gz (8517687b6ab1) - ## / 57
- DGSDelivery.html.gz (1905c540924f) - ## / 57
- DGSFeedback.html.gz (4315d064643d) - ## / 57
- DGSListing.html.gz (52766f7e29b8) - ## / 56
- DGSPriceChange.html.gz (be586e587707) - ## / 56
- DGSPurchase.html.gz (363924a46e9d) - ## / 55
- DGSQuantityChange.html.gz (c0e9fe2afbf1) - ## / 57
- DGSRefund.html.gz (e4d731880bbd) - ## / 56
- DividendPayment.html.gz (74329a04bfbc) - ## / 57
- DownloadPrunableMessage.html.gz (2ba452f3719b) - ## / 57
- DownloadTaggedData.html.gz (893416babdde) - ## / 57
- DumpPeers.html.gz (8a8eb60bb498) - ## / 57
- EncodeQRCode.html.gz (24bcef877bc8) - ## / 57
- EncryptTo.html.gz (c361ffe3615f) - ## / 57
- EventRegister.html.gz (a0feb0b60db5) - ## / 57
- EventWait.html.gz (23c09239cc8a) - ## / 57
- ExtendTaggedData.html.gz (7b5c00abd026) - ## / 57
- FullHashToId.html.gz (5492c0e51da1) - ## / 57
- FullReset.html.gz (b0896e61c1c4) - ## / 57
- GenerateFileToken.html.gz (6a6267448a62) - ## / 58
- GenerateToken.html.gz (4a925a1007f0) - ## / 55
- GetAccount.html.gz (6f96d2b4d47c) - ## / 57
- GetAccountAssetCount.html.gz (9ca86d983e44) - ## / 56
- GetAccountAssets.html.gz (c44d0c568cec) - ## / 57
- GetAccountBlockCount.html.gz (921025c4e67f) - ## / 57
- GetAccountBlockIds.html.gz (1173ca764dbc) - ## / 57
- GetAccountBlocks.html.gz (961915245f38) - ## / 59
- GetAccountCurrencies.html.gz (af6284c40e4b) - ## / 57
- GetAccountCurrencyCount.html.gz (9cde471c0c72) - ## / 57
- GetAccountCurrentAskOrderIds.html.gz (c113a97304f7) - ## / 57
- GetAccountCurrentAskOrders.html.gz (9b958249e007) - ## / 57
- GetAccountCurrentBidOrderIds.html.gz (ed66df1dd9eb) - ## / 57
- GetAccountCurrentBidOrders.html.gz (1c09e54808aa) - ## / 57
- GetAccountExchangeRequests.html.gz (c960f226e9f3) - ## / 57
- GetAccountId.html.gz (85d8600ea0a9) - ## / 57
- GetAccountLedger.html.gz (e9a71889c853) - ## / 57
- GetAccountLedgerEntry.html.gz (a5c5e8625dd4) - ## / 56
- GetAccountLessors.html.gz (2004ae5bb820) - ## / 57
- GetAccountPhasedTransactionCount.html.gz (56d4dc6d5846) - ## / 57
- GetAccountPhasedTransactions.html.gz (707ddbf531d3) - ## / 57
- GetAccountProperties.html.gz (2b2aa28adc32) - ## / 57
- GetAccountPublicKey.html.gz (8b782cbfc826) - ## / 56
- GetAccountShufflings.html.gz (9e67e5cc2e0c) - ## / 57
- GetAccountTaggedData.html.gz (38b766cb92db) - ## / 56
- GetAlias.html.gz (8b91c2ff5804) - ## / 57
- GetAliasCount.html.gz (f6b8d5d2fa6e) - ## / 57
- GetAliases.html.gz (0df2837a9a2b) - ## / 57
- GetAliasesLike.html.gz (92be20a85e10) - ## / 57
- GetAllAssets.html.gz (4ec653a80ba3) - ## / 57
- GetAllBroadcastedTransactions.html.gz (4a9936887c6a) - ## / 56
- GetAllCurrencies.html.gz (11398d241715) - ## / 57
- GetAllExchanges.html.gz (68ca37b17689) - ## / 57
- GetAllOpenAskOrders.html.gz (4f26a5134e4f) - ## / 57
- GetAllOpenBidOrders.html.gz (018b09e37777) - ## / 57
- GetAllPhasingOnlyControls.html.gz (cb0e8202f3fc) - ## / 57
- GetAllPrunableMessages.html.gz (b7099e43ec07) - ## / 57
- GetAllShufflings.html.gz (1e40464cc0a3) - ## / 56
- GetAllTaggedData.html.gz (c23e7cf1efbd) - ## / 57
- GetAllTrades.html.gz (a8292f424266) - ## / 57
- GetAllWaitingTransactions.html.gz (11be2658f323) - ## / 57
- GetAskOrder.html.gz (703ec73a2ab1) - ## / 57
- GetAskOrderIds.html.gz (6addb8fc3c3d) - ## / 57
- GetAskOrders.html.gz (5b6a78891018) - ## / 56
- GetAsset.html.gz (363fb9bfc73f) - ## / 57
- GetAssetAccountCount.html.gz (91437e082a21) - ## / 56
- GetAssetAccounts.html.gz (75aec7acd987) - ## / 57
- GetAssetDeletes.html.gz (aecdb33e7d85) - ## / 57
- GetAssetDividends.html.gz (9b02a0de4c20) - ## / 57
- GetAssetIds.html.gz (09860a4f847f) - ## / 57
- GetAssetPhasedTransactions.html.gz (91abe435f3ac) - ## / 57
- GetAssets.html.gz (2b22b9aad3f4) - ## / 56
- GetAssetsByIssuer.html.gz (7a67e730462d) - ## / 57
- GetAssetTransfers.html.gz (ea4852211393) - ## / 57
- GetAssignedShufflings.html.gz (26353b3ae612) - ## / 57
- GetAvailableToBuy.html.gz (0893f3f48aa2) - ## / 57
- GetAvailableToSell.html.gz (3a90aff125d3) - ## / 57
- GetBalance.html.gz (50c58c8b2597) - ## / 56
- GetBidOrder.html.gz (d366e128d29d) - ## / 57
- GetBidOrderIds.html.gz (17e73c179c71) - ## / 56
- GetBidOrders.html.gz (242d3d53b171) - ## / 57
- GetBlock.html.gz (8ac1b5371abf) - ## / 56
- GetBlockchainStatus.html.gz (078491523246) - ## / 57
- GetBlockchainTransactions.html.gz (434c1019b052) - ## / 57
- GetBlockId.html.gz (0f36176d668c) - ## / 57
- GetBlocks.html.gz (e7831b6d6eba) - ## / 57
- GetBuyOffers.html.gz (5e71e0f6070e) - ## / 57
- GetChannelTaggedData.html.gz (1c581b6b54d0) - ## / 57
- GetConstants.html.gz (473b99534f59) - ## / 56
- GetCurrencies.html.gz (4dad0c707fc9) - ## / 56
- GetCurrenciesByIssuer.html.gz (8d32cc0e8c31) - ## / 24
- GetCurrency.html.gz (9420c9336536) - ## / 57
- GetCurrencyAccountCount.html.gz (3effef2f4074) - ## / 57
- GetCurrencyAccounts.html.gz (09af701cbd12) - ## / 57
- GetCurrencyFounders.html.gz (c3b23c2e20ff) - ## / 57
- GetCurrencyIds.html.gz (702e2dc0a69f) - ## / 57
- GetCurrencyPhasedTransactions.html.gz (6ca9875f2999) - ## / 57
- GetCurrencyTransfers.html.gz (9e61c904399f) - ## / 57
- GetDataTagCount.html.gz (4109cf436d9b) - ## / 56
- GetDataTags.html.gz (95536b6aba08) - ## / 57
- GetDataTagsLike.html.gz (5c7406263e52) - ## / 57
- GetDGSExpiredPurchases.html.gz (6d0103e8ae49) - ## / 58
- GetDGSGood.html.gz (57ee73ca3a8a) - ## / 56
- GetDGSGoods.html.gz (4bdfd6feef6b) - ## / 56
- GetDGSGoodsCount.html.gz (836e1a8c6319) - ## / 57
- GetDGSGoodsPurchaseCount.html.gz (3a7772579378) - ## / 57
- GetDGSGoodsPurchases.html.gz (0005e0bce175) - ## / 57
- GetDGSPendingPurchases.html.gz (4fa04428a0c9) - ## / 56
- GetDGSPurchase.html.gz (2d6002b64153) - ## / 57
- GetDGSPurchaseCount.html.gz (4820c6b7c1c1) - ## / 56
- GetDGSPurchases.html.gz (489008839160) - ## / 56
- GetDGSTagCount.html.gz (9f3a6a5e9e58) - ## / 57
- GetDGSTags.html.gz (3645d4d53ef6) - ## / 56
- GetDGSTagsLike.html.gz (04b1c74b8742) - ## / 57
- GetECBlock.html.gz (938b32e86d74) - ## / 57
- GetExchanges.html.gz (fa922e6fe0ee) - ## / 56
- GetExchangesByExchangeRequest.html.gz (cd74de2079a6) - ## / 57
- GetExchangesByOffer.html.gz (2548f7ee73bb) - ## / 57
- GetExpectedAskOrders.html.gz (842fc8a0a84d) - ## / 57
- GetExpectedAssetDeletes.html.gz (3ad1222a7518) - ## / 56
- GetExpectedAssetTransfers.html.gz (a6ebcc8c42a5) - ## / 57
- GetExpectedBidOrders.html.gz (3e1118c378f2) - ## / 57
- GetExpectedBuyOffers.html.gz (efece1c64006) - ## / 56
- GetExpectedCurrencyTransfers.html.gz (10a607071e5d) - ## / 56
- GetExpectedExchangeRequests.html.gz (5f99a4d9dd80) - ## / 57
- GetExpectedOrderCancellations.html.gz (4065a6f2f4f9) - ## / 57
- GetExpectedSellOffers.html.gz (b0fa40d8cae2) - ## / 57
- GetExpectedTransactions.html.gz (24beb78c079b) - ## / 56
- GetForging.html.gz (fcd3d57853ec) - ## / 57
- GetFundingMonitor.html.gz (04904b16ecc2) - ## / 56
- GetGuaranteedBalance.html.gz (a0c7bfc109b9) - ## / 57
- GetHoldingShufflings.html.gz (b43179ca4833) - ## / 57
- GetInboundPeers.html.gz (31f56fd1d718) - ## / 57
- GetLastExchanges.html.gz (908e057e6809) - ## / 56
- GetLastTrades.html.gz (be7d173ee8ce) - ## / 57
- GetLinkedPhasedTransactions.html.gz (e01f91c6b7d2) - ## / 56
- GetLog.html.gz (4098181035d1) - ## / 57
- GetMintingTarget.html.gz (31214ab11506) - ## / 56
- GetMyInfo.html.gz (f23be61da9f0) - ## / 56
- GetNextBlockGenerators.html.gz (d9cfd42e650c) - ## / 56
- GetNextBlockGeneratorsTemp.html.gz (da1422a67c03) - ## / 56
- GetOffer.html.gz (334a0f494b2b) - ## / 57
- GetOrderTrades.html.gz (6c27997fcbec) - ## / 57
- GetPeer.html.gz (bff4cb2f29d1) - ## / 57
- GetPeers.html.gz (d95e62a73ef5) - ## / 56
- GetPhasingOnlyControl.html.gz (d34e77fd401e) - ## / 57
- GetPhasingPoll.html.gz (f50f547bed20) - ## / 57
- GetPhasingPolls.html.gz (95a95365a6d7) - ## / 57
- GetPhasingPollVote.html.gz (e18962e87a51) - ## / 56
- GetPhasingPollVotes.html.gz (30254522fa66) - ## / 55
- GetPlugins.html.gz (2fe2720e5adc) - ## / 56
- GetPoll.html.gz (812cce5de772) - ## / 57
- GetPollResult.html.gz (887d7fa42ad1) - ## / 57
- GetPolls.html.gz (d5ac35eced79) - ## / 56
- GetPollVote.html.gz (50350c2ea6eb) - ## / 57
- GetPollVotes.html.gz (3a15e1caa151) - ## / 57
- GetPrunableMessage.html.gz (9e87ab284f52) - ## / 56
- GetPrunableMessages.html.gz (a42d6f98dac1) - ## / 57
- GetReferencingTransactions.html.gz (68aff1d098ab) - ## / 57
- GetSellOffers.html.gz (1a449daf5fee) - ## / 55
- GetSharedKey.html.gz (d88881cde1b1) - ## / 57
- GetShufflers.html.gz (4b8b739718d3) - ## / 55
- GetShuffling.html.gz (c43fc225877b) - ## / 57
- GetShufflingParticipants.html.gz (393e00752c41) - ## / 57
- GetStackTraces.html.gz (3143ec123a2a) - ## / 56
- GetState.html.gz (c587aef1c534) - ## / 56
- GetTaggedData.html.gz (ae64ebe6dbf1) - ## / 57
- GetTaggedDataExtendTransactions.html.gz (dc260f7ed48c) - ## / 57
- GetTime.html.gz (eea3139bee3d) - ## / 57
- GetTrades.html.gz (7167932a77df) - ## / 57
- GetTransaction.html.gz (cb5541ab481f) - ## / 55
- GetTransactionBytes.html.gz (2e2eb795d5f0) - ## / 57
- GetUnconfirmedTransactionIds.html.gz (44288f9f89af) - ## / 57
- GetUnconfirmedTransactions.html.gz (654ac1e75be0) - ## / 57
- GetVoterPhasedTransactions.html.gz (b6051ea6e8e5) - ## / 56
- Hash.html.gz (b34e3771a369) - ## / 57
- HexConvert.html.gz (139d5875af26) - ## / 57
- IssueAsset.html.gz (35ff7f717eb0) - ## / 57
- IssueCurrency.html.gz (d5b1342962fd) - ## / 56
- JSONData.html.gz (bb6cdfd2f820) - ## / 57
- JSONResponses.html.gz (910dda5ecf8c) - ## / 57
- LeaseBalance.html.gz (849c63c4c1a8) - ## / 57
- LongConvert.html.gz (65ed24e96e39) - ## / 57
- LuceneReindex.html.gz (16da52cc7532) - ## / 57
- MarkHost.html.gz (1138c0e344ef) - ## / 55
- package-frame.html.gz (18dad8fd2c30) - ## / 57
- package-summary.html.gz (81968cd80605) - ## / 57
- package-tree.html.gz (f16b6be2df60) - ## / 57
- ParameterException.html.gz (dcb0bc37c75b) - ## / 57
- ParameterParser.FileData.html.gz (a041a2b74c7d) - ## / 57
- ParameterParser.html.gz (49d8c76b25b4) - ## / 57
- ParseTransaction.html.gz (73518a350597) - ## / 57
- PlaceAskOrder.html.gz (cfc3656a6167) - ## / 57
- PlaceBidOrder.html.gz (da50867d8d56) - ## / 57
- PopOff.html.gz (02639dd1b93c) - ## / 57
- PublishExchangeOffer.html.gz (e3b8f9a97276) - ## / 57
- ReadMessage.html.gz (e15dee6ff85d) - ## / 57
- RebroadcastUnconfirmedTransactions.html.gz (84b923a04c3a) - ## / 57
- RequeueUnconfirmedTransactions.html.gz (9bcb36c3f386) - ## / 57
- RetrievePrunedData.html.gz (0563f8268d87) - ## / 57
- RetrievePrunedTransaction.html.gz (fe8ff8b47fc6) - ## / 57
- RSConvert.html.gz (0d38536d0e67) - ## / 56
- Scan.html.gz (d0daac82f4c4) - ## / 57
- SearchAccounts.html.gz (abf4ab9b081d) - ## / 57
- SearchAssets.html.gz (82948ba7ff2e) - ## / 57
- SearchCurrencies.html.gz (6c455115160d) - ## / 57
- SearchDGSGoods.html.gz (7023cdc86cfe) - ## / 57
- SearchPolls.html.gz (5a96b7a655f5) - ## / 57
- SearchTaggedData.html.gz (7ee7424930f2) - ## / 57
- SellAlias.html.gz (ec6bea01deb9) - ## / 57
- SendMessage.html.gz (8bdf35de6ebe) - ## / 57
- SendMoney.html.gz (20900229be4f) - ## / 57
- SendTransaction.html.gz (76a03bee351d) - ## / 57
- SetAccountInfo.html.gz (41e5dfcfff49) - ## / 57
- SetAccountProperty.html.gz (23e184875f64) - ## / 57
- SetAlias.html.gz (1633d76ab9e4) - ## / 57
- SetAPIProxyPeer.html.gz (7f7c5bafb78f) - ## / 57
- SetLogging.html.gz (dc3a7d7e8407) - ## / 56
- SetPhasingOnlyControl.html.gz (044e19480989) - ## / 56
- ShapeShiftProxyServlet.html.gz (cdb35124e3ee) - ## / 57
- ShufflingCancel.html.gz (ea7c63ba0fb0) - ## / 57
- ShufflingCreate.html.gz (a888383902d9) - ## / 56
- ShufflingProcess.html.gz (f2d33f00b033) - ## / 56
- ShufflingRegister.html.gz (74b669d16e5f) - ## / 57
- ShufflingVerify.html.gz (c9ef0b0c5be5) - ## / 56
- Shutdown.html.gz (1a44620a532f) - ## / 57
- SignTransaction.html.gz (06b44529723b) - ## / 57
- StartForging.html.gz (99f77da588d0) - ## / 56
- StartFundingMonitor.html.gz (af291a25b26d) - ## / 57
- StartShuffler.html.gz (cc0fb9d9a272) - ## / 56
- StopForging.html.gz (04271371e2b7) - ## / 56
- StopFundingMonitor.html.gz (464f5703ba35) - ## / 57
- StopShuffler.html.gz (a715b7a64bcd) - ## / 57
- TransferAsset.html.gz (028158e3f811) - ## / 57
- TransferCurrency.html.gz (41c6e8167051) - ## / 57
- TrimDerivedTables.html.gz (e550848eda0c) - ## / 57
- UploadTaggedData.html.gz (7c0616d59686) - ## / 57
- VerifyPrunableMessage.html.gz (2999bc042af7) - ## / 57
- VerifyTaggedData.html.gz (25691f2bce6f) - ## / 57
- MintWorker.html.gz (29f39ad7f8e0) - ## / 57
- package-frame.html.gz (a33c28510364) - ## / 57
- package-summary.html.gz (f3ec45c47d82) - ## / 56
- package-tree.html.gz (08dba40bdc64) - ## / 56
- GetTransactions.html.gz (9254121c0955) - ## / 57
- Hallmark.html.gz (4f9e459d8a07) - ## / 57
- package-frame.html.gz (0bb320b3e159) - ## / 57
- package-summary.html.gz (670e6f9fe0fe) - ## / 57
- package-tree.html.gz (5b465b19ed65) - ## / 57
- Peer.BlockchainState.html.gz (3b10803c5e1b) - ## / 57
- Peer.html.gz (8ef096a46e71) - ## / 57
- Peer.Service.html.gz (400f102801b3) - ## / 57
- Peer.State.html.gz (7a66db11b95c) - ## / 57
- Peers.Event.html.gz (02b449820ba2) - ## / 57
- Peers.html.gz (67d0789d3238) - ## / 57
- PeerServlet.html.gz (3416d1209e7d) - ## / 57
- PeerWebSocket.html.gz (453f24c10503) - ## / 57
- BaseTargetTest.html.gz (857c2895f9a1) - ## / 57
- CompactDatabase.html.gz (98821840fcec) - ## / 57
- CompareTraceFiles.html.gz (6a799dc7102e) - ## / 57
- ConstantsExporter.html.gz (414a4cacd7df) - ## / 57
- ManifestGenerator.html.gz (8d938a076dd8) - ## / 57
- package-frame.html.gz (09f09ff8ef3a) - ## / 57
- package-summary.html.gz (6f4ffde0c029) - ## / 57
- package-tree.html.gz (96f49c0aefa3) - ## / 57
- SignTransactionJSON.html.gz (751b8d57b226) - ## / 57
- SignTransactions.html.gz (bd1300bea612) - ## / 56
- VerifyTraceFile.html.gz (27484885cf34) - ## / 57
- GenerateAuthorizationToken.html.gz (ecc87f06813b) - ## / 57
- GetInitialData.html.gz (32fdee8053b6) - ## / 57
- GetNewData.html.gz (1968723666ad) - ## / 57
- JSONResponses.html.gz (53c3335b3084) - ## / 56
- LockAccount.html.gz (b40d9a056499) - ## / 57
- package-frame.html.gz (77b77af7a661) - ## / 56
- package-summary.html.gz (b1299ab45721) - ## / 57
- package-tree.html.gz (5caf8db8a34d) - ## / 57
- RemoveActivePeer.html.gz (fb4e4634e88a) - ## / 57
- RemoveBlacklistedPeer.html.gz (b9f2e6600165) - ## / 57
- RemoveKnownPeer.html.gz (bf9d0578ff5f) - ## / 57
- SendMoney.html.gz (0940f74d1f2b) - ## / 57
- UnlockAccount.html.gz (3f1bb9eb690e) - ## / 57
- Users.html.gz (46c2907553b6) - ## / 57
- UserServlet.html.gz (b75cf1446053) - ## / 56
- BriefLogFormatter.html.gz (79fb0b3822ed) - ## / 56
- Convert.html.gz (970ed7ba1146) - ## / 57
- CountingInputReader.html.gz (2674f53338ba) - ## / 57
- CountingInputStream.html.gz (16b650a40a46) - ## / 57
- CountingOutputStream.html.gz (a9531f35bd48) - ## / 57
- CountingOutputWriter.html.gz (21e5fecb7162) - ## / 57
- Filter.html.gz (cb32989d32dc) - ## / 57
- JSON.html.gz (838b79bf64af) - ## / 57
- Listener.html.gz (f2270aa8810d) - ## / 57
- Listeners.html.gz (c19124d79177) - ## / 57
- Logger.Event.html.gz (a975aaccabc7) - ## / 57
- Logger.html.gz (f98620164019) - ## / 24
- Logger.Level.html.gz (0716153f0dcc) - ## / 56
- MemoryHandler.html.gz (fa293f907f08) - ## / 57
- NxtLogManager.html.gz (763632d27ce6) - ## / 57
- Observable.html.gz (3dccaaf3eea4) - ## / 57
- package-frame.html.gz (909a6b42b7dc) - ## / 57
- package-summary.html.gz (8416c8f9f453) - ## / 57
- package-tree.html.gz (579fb16f01b6) - ## / 56
- QueuedThreadPool.html.gz (8d5f1d7e68f7) - ## / 57
- ReadWriteUpdateLock.html.gz (d5444a8a885f) - ## / 57
- ReadWriteUpdateLock.Lock.html.gz (e6d7896c55d0) - ## / 57
- Search.html.gz (c52b951f34cc) - ## / 56
- ThreadPool.html.gz (1ffdcb7c24d4) - ## / 56
- Time.ConstantTime.html.gz (49f61749fb54) - ## / 55
- Time.CounterTime.html.gz (b4f70bfbc9d5) - ## / 57
- Time.EpochTime.html.gz (e0dc9e813617) - ## / 57
- Time.FasterTime.html.gz (2c6051b83f0d) - ## / 57
- Time.html.gz (7a1c66e7735a) - ## / 57
- TrustAllSSLProvider.html.gz (6896ebe55128) - ## / 57
- UPnP.html.gz (49654b8f5f83) - ## / 57
- activeAccounts.html.gz (ee2652631061) - ## / 57
- activePeers.html.gz (182bc10ff7c5) - ## / 57
- blacklistedPeers.html.gz (6f2f9c54504f) - ## / 57
- doubleSpendingTransactions.html.gz (3cc89b3e7b32) - ## / 57
- index.html.gz (c4fe7faddfab) - ## / 57
- knownPeers.html.gz (1ddd41d041a8) - ## / 57
- myTransactions.html.gz (6991a04d22e4) - ## / 57
- orphanedBlocks.html.gz (e87a6f6e70d0) - ## / 57
- recentBlocks.html.gz (1cb9947a30c3) - ## / 57
- suspiciousAccounts.html.gz (fae3f3c0b6b5) - ## / 56
- unconfirmedTransactions.html.gz (85d3ab500ceb) - ## / 57
- index.html.gz (c3982d99b525) - ## / 57
- qunit.html.gz (3733cb8565a2) - ## / 57
- app.css.gz (7114c90b4eb7) - ## / 57
- header.html.gz (e1306b25e139) - ## / 57
- lockscreen.html.gz (559aad17492e) - ## / 57
- sidebar.html.gz (e907987e7044) - ## / 57
- sidebar_context.html.gz (9efb10fba26e) - ## / 56
- account_control.html.gz (e4398ab6408f) - ## / 56
- aliases.html.gz (d31418b98345) - ## / 57
- asset_exchange.html.gz (c0e1f6376271) - ## / 56
- balanceleasing.html.gz (f43ee3849d84) - ## / 57
- contacts.html.gz (c6585bc6c963) - ## / 57
- dgs.html.gz (65f95e8e1754) - ## / 57
- monetary_system.html.gz (e35709f82198) - ## / 57
- monitors.html.gz (1f312e8e1ae9) - ## / 57
- nrs.html.gz (c39f57ea0f3f) - ## / 57
- shape_shift.html.gz (097cf309d021) - ## / 57
- shuffling.html.gz (bc2374731c89) - ## / 57
- tagged_data.html.gz (d59af1cfe0de) - ## / 57
- templates.html.gz (5d42349abb26) - ## / 57
- transactions.html.gz (224153fabe9c) - ## / 57
- ui_elements.html.gz (8a95d520a9a4) - ## / 57
- voting_system.html.gz (aa077263b918) - ## / 57
- asset_exchange.html.gz (689873472829) - ## / 56
- blocks.html.gz (1a1b5175a03a) - ## / 57
- dashboard.html.gz (535db5fa492b) - ## / 56
- generators.html.gz (b83a8dfbbd29) - ## / 57
- monetary_system.html.gz (07a31187d905) - ## / 57
- monitors.html.gz (591564444e80) - ## / 57
- news.html.gz (927601ebd33c) - ## / 57
- peers.html.gz (bc7dda6d8da1) - ## / 57
- plugins.html.gz (9458c88c8446) - ## / 56
- settings.html.gz (fbf37c546597) - ## / 56
- shape_shift.html.gz (1215136f5367) - ## / 56
- shuffling.html.gz (c601e3c885eb) - ## / 55
- transactions.html.gz (1bad1747f40a) - ## / 56
- nrs.accountcontrol.js.gz (f66c15d1b248) - ## / 57
- nrs.aliases.js.gz (e4e9205393a0) - ## / 57
- nrs.assetexchange.js.gz (43f53948b6fb) - ## / 56
- nrs.blocks.js.gz (6bc01cdcda5c) - ## / 57
- nrs.browser.js.gz (f9cd52dc57dc) - ## / 57
- nrs.console.js.gz (3e27b51f662a) - ## / 57
- nrs.constants.js.gz (3d9a2c93b182) - ## / 57
- nrs.contacts.js.gz (b35c8d030d47) - ## / 57
- nrs.dgs.js.gz (d9bdb29c0ab1) - ## / 56
- nrs.encryption.js.gz (292146b4c3ce) - ## / 57
- nrs.feature.detection.js.gz (57cec2d5d12a) - ## / 57
- nrs.forms.js.gz (b3db28fe9d14) - ## / 56
- nrs.generators.js.gz (717ffecef26b) - ## / 57
- nrs.header.js.gz (96114e7152e0) - ## / 57
- nrs.js.gz (2d26adc4b899) - ## / 55
- nrs.login.js.gz (405a5d7f09a3) - ## / 57
- nrs.messages.js.gz (13aae3bc099b) - ## / 57
- nrs.modals.account.js.gz (f80ce477c2d2) - ## / 57
- nrs.modals.accountdetails.js.gz (5c70464eb776) - ## / 57
- nrs.modals.accountinfo.js.gz (773e3a177380) - ## / 57
- nrs.modals.advanced.js.gz (389af25f679d) - ## / 57
- nrs.modals.block.js.gz (70e5385cbfb7) - ## / 57
- nrs.modals.dividendpayment.js.gz (8414635bf5d3) - ## / 57
- nrs.modals.forging.js.gz (3b411c506e17) - ## / 57
- nrs.modals.hallmark.js.gz (d53736a861a6) - ## / 57
- nrs.modals.js.gz (1cb0a3e1b47b) - ## / 55
- nrs.modals.ledger.js.gz (6e5774465ba3) - ## / 57
- nrs.modals.peer.js.gz (926211e02be9) - ## / 57
- nrs.modals.token.js.gz (20adf338c10a) - ## / 57
- nrs.modals.transaction.js.gz (85f9d5f11781) - ## / 57
- nrs.monetarysystem.js.gz (e0afba847e08) - ## / 56
- nrs.monitors.js.gz (7939473c02d6) - ## / 56
- nrs.news.js.gz (4857b1241d88) - ## / 57
- nrs.node.bridge.js.gz (96904764ca40) - ## / 57
- nrs.notifications.js.gz (10c7c92fdb6b) - ## / 57
- nrs.peers.js.gz (827c98cd3a61) - ## / 57
- nrs.polls.js.gz (a93da0b3de7d) - ## / 57
- nrs.recipient.js.gz (07de1c00c954) - ## / 57
- nrs.server.js.gz (e569e3bd02d3) - ## / 56
- nrs.settings.js.gz (61495ad054b6) - ## / 57
- nrs.shape.shift.js.gz (b32fa0486de1) - ## / 57
- nrs.shuffling.js.gz (a9e3c93226a2) - ## / 56
- nrs.sitebuild.js.gz (52153a4470b3) - ## / 56
- nrs.taggeddata.js.gz (bec8913143ff) - ## / 57
- nrs.transactions.js.gz (d4e30955815d) - ## / 57
- nrs.transactions.types.js.gz (0589c334ff9a) - ## / 56
- nrs.update.js.gz (274e66330e1c) - ## / 57
- nrs.util.js.gz (aea8bf889d05) - ## / 56
- package.json.gz (3e611212cc73) - ## / 57
- maskedinput.js.gz (12979ad94119) - ## / 57
- curve25519.js.gz (cf0f250f4f6a) - ## / 56
- curve25519_.js.gz (45c551e05abf) - ## / 57
- constants.js.gz (95b0d97f1840) - ## / 57
- remotenodesbootstrap.mainnet.js.gz (ba902d17c854) - ## / 54
- remotenodesbootstrap.testnet.js.gz (a091cb8d9c7e) - ## / 57
- config.json.gz (01f0650450fb) - ## / 56
- loader.js.gz (7a4803e106fd) - ## / 55
- place.ask.order.js.gz (032602b2b928) - ## / 57
- place.bid.order.js.gz (4167de370685) - ## / 57
- send.message.js.gz (4b93a5e4c899) - ## / 57
- send.money.js.gz (a639191ae2e0) - ## / 57
- test.nrs.encryption.js.gz (7a41e1294ff7) - ## / 57
- test.nrs.remore.nodes.js.gz (f8081e9375e0) - ## / 56
- test.nrs.util.js.gz (da7d6d048d78) - ## / 56
- converters.js.gz (31297f533962) - ## / 56
- nxtaddress.js.gz (1b7626e9997e) - ## / 57
- remotenodesmgr.js.gz (c541ec65979a) - ## / 57
- translation.json.gz (3c9b8afcbb9c) - ## / 57
- translation_backup.json.gz (e6447cc554f1) - ## / 57
- nxt-client-1.11.5.zip (facb359f2a4f) - ## / 59
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Nxt Client 1.11.5 | 584 | Saturday, April 1, 2017 | Approved |
Nxt Client 1.11.4 | 292 | Sunday, March 5, 2017 | Approved |
Nxt Client 1.11.3 | 275 | Tuesday, February 14, 2017 | Approved |
Nxt Client 1.11.2 | 304 | Thursday, December 29, 2016 | Approved |
Nxt Client 1.10.3 | 288 | Thursday, October 20, 2016 | Approved |
Nxt Client 1.9.2 | 338 | Saturday, July 2, 2016 | Approved |
Nxt Client 1.8.3 | 280 | Sunday, May 22, 2016 | Approved |
Nxt Client 1.8.2 | 294 | Monday, April 18, 2016 | Approved |
Nxt Client 1.8.1 | 255 | Monday, April 11, 2016 | Approved |
Nxt Client 1.7.5 | 336 | Monday, February 1, 2016 | Approved |
Nxt Client 1.7.4 | 287 | Monday, January 4, 2016 | Approved |
Nxt Client 1.6.2 | 278 | Saturday, October 31, 2015 | Approved |
Nxt Client 1.5.15 | 292 | Friday, August 14, 2015 | Approved |
Nxt Client 1.5.14 | 305 | Thursday, July 23, 2015 | Approved |
Nxt Client 1.5.13 | 289 | Tuesday, July 14, 2015 | Approved |
Nxt Client 1.5.12 | 278 | Saturday, June 20, 2015 | Approved |
© 2013 The Nxt Core Developers
Ground Rules:
- This discussion is only about Nxt Client and the Nxt Client package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Nxt Client, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.