Package nxt.http
Class JSONData
java.lang.Object
nxt.http.JSONData
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.json.simple.JSONObjectaccountMonitor(FundingMonitor monitor, boolean includeMonitoredAccounts, boolean includeHoldingInfo) static org.json.simple.JSONObjectstatic org.json.simple.JSONObjectstatic org.json.simple.JSONObjectcontractReference(ContractReference contractReference, boolean includeContract) static org.json.simple.JSONObjectstatic org.json.simple.JSONObjectpermission(ChildChainPermission permission) static org.json.simple.JSONObjectphasingOnly(AccountRestrictions.PhasingOnly phasingOnly) static voidputAccount(org.json.simple.JSONObject json, String name, long accountId) static org.json.simple.JSONObjectstandbyShuffler(StandbyShuffler standbyShuffler, boolean includeHoldingInfo) static org.json.simple.JSONObjecttransaction(Transaction transaction) static org.json.simple.JSONObjectunconfirmedTransaction(Transaction transaction)
-
Method Details
-
phasingOnly
-
unconfirmedTransaction
-
transaction
-
accountMonitor
public static org.json.simple.JSONObject accountMonitor(FundingMonitor monitor, boolean includeMonitoredAccounts, boolean includeHoldingInfo) -
monitoredAccount
-
bundler
-
permission
-
contractReference
public static org.json.simple.JSONObject contractReference(ContractReference contractReference, boolean includeContract) -
contract
-
putAccount
-
standbyShuffler
public static org.json.simple.JSONObject standbyShuffler(StandbyShuffler standbyShuffler, boolean includeHoldingInfo)
-