Translations:Server info/18/en

From ArdorDocs
Revision as of 18:38, 23 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get Bundling Options Example

http://localhost:27876/nxt?
  requestType=getBundlingOptions

{
 "availableFilters": [
  {
   "name": "PersonalBundler",
   "description": "Only bundle the transactions of the bundler account"
  },
  {
   "name": "PropertyBundler",
   "description": "Only bundle transactions sent by accounts which have the \"bundling\" property set on them by the bundler account"
  },
  {
   "name": "AssetBundler",
   "description": "Bundles only transactions for asset with ID provided as parameter"
  },
  {
   "name": "CurrencyBundler",
   "description": "Bundles only transactions for MS currency with ID provided as parameter"
  },
  {
   "name": "PurchaseBundler",
   "description": "Bundles only purchases of digital goods sold by an account provided as parameter"
  },
  {
   "name": "QuotaBundler",
   "description": "Bundles transaction until the quota per account and transaction type is reached. The quota is provided as parameter"
  }
 ],
 "availableFeeCalculators": [
  "MIN_FEE",
  "PROPORTIONAL_FEE"
 ]
}