xrpld
Loading...
Searching...
No Matches
jss.h
1#pragma once
2
3#include <xrpl/json/json_value.h>
4
5namespace xrpl::jss {
6
7// NOLINTBEGIN(readability-identifier-naming)
8// JSON static strings
9
10#define JSS(x) constexpr ::json::StaticString x(#x)
11
12/* These "StaticString" field names are used instead of string literals to
13 optimize the performance of accessing properties of json::Value objects.
14
15 Most strings have a trailing comment. Here is the legend:
16
17 in: Read by the given RPC handler from its `json::Value` parameter.
18 out: Assigned by the given RPC handler in the `json::Value` it returns.
19 field: A field of at least one type of transaction.
20 RPC: Common properties of RPC requests and responses.
21 error: Common properties of RPC error responses.
22*/
23
24JSS(AL_size); // out: GetCounts
25JSS(AL_hit_rate); // out: GetCounts
26JSS(AcceptedCredentials); // out: AccountObjects
27JSS(ACCOUNT_SET_FLAGS); // out: RPC server_definitions
28JSS(Account); // in: TransactionSign; field.
29JSS(AMMID); // field
30JSS(Amount); // in: TransactionSign; field.
31JSS(Amount2); // in/out: AMM IOU/XRP pool, deposit, withdraw amount
32JSS(Asset); // in: AMM Asset1
33JSS(Asset2); // in: AMM Asset2
34JSS(AssetClass); // in: Oracle
35JSS(AssetPrice); // in: Oracle
36JSS(AuthAccount); // in: AMM Auction Slot
37JSS(AuthAccounts); // in: AMM Auction Slot
38JSS(BaseAsset); // in: Oracle
39JSS(BidMax); // in: AMM Bid
40JSS(BidMin); // in: AMM Bid
41JSS(ClearFlag); // field.
42JSS(Counterparty); // field.
43JSS(CounterpartySignature); // field.
44JSS(DeliverMax); // out: alias to Amount
45JSS(DeliverMin); // in: TransactionSign
46JSS(Destination); // in: TransactionSign; field.
47JSS(EPrice); // in: AMM Deposit option
48JSS(Fee); // in/out: TransactionSign; field.
49JSS(Flags); // in/out: TransactionSign; field.
50JSS(Holder); // field.
52JSS(Issuer); // in: Credential transactions
53JSS(IssuingChainDoor); // field.
54JSS(IssuingChainIssue); // field.
55JSS(LastLedgerSequence); // in: TransactionSign; field
56JSS(LastUpdateTime); // field.
57JSS(LimitAmount); // field.
58JSS(LockingChainDoor); // field.
59JSS(LockingChainIssue); // field.
60JSS(NetworkID); // field.
61JSS(LPTokenOut); // in: AMM Liquidity Provider deposit tokens
62JSS(LPTokenIn); // in: AMM Liquidity Provider withdraw tokens
63JSS(LPToken); // out: AMM Liquidity Provider tokens info
64JSS(OfferSequence); // field.
65JSS(OracleDocumentID); // field
66JSS(Owner); // field
67JSS(Paths); // in/out: TransactionSign
68JSS(PriceDataSeries); // field.
69JSS(PriceData); // field.
70JSS(Provider); // field.
71JSS(QuoteAsset); // in: Oracle.
72JSS(RawTransaction); // in: Batch
73JSS(RawTransactions); // in: Batch
74JSS(SLE_hit_rate); // out: GetCounts.
75JSS(Scale); // field.
76JSS(SettleDelay); // in: TransactionSign
77JSS(SendMax); // in: TransactionSign
78JSS(Sequence); // in/out: TransactionSign; field.
79JSS(SetFlag); // field.
80JSS(Signer); // field.
81JSS(Signers); // field.
82JSS(SigningPubKey); // field.
83JSS(Subject); // in: Credential transactions
84JSS(TakerGets); // field.
85JSS(TakerPays); // field.
86JSS(TradingFee); // in/out: AMM trading fee
87JSS(TransactionType); // in: TransactionSign.
88JSS(TransferRate); // in: TransferRate.
89JSS(TxnSignature); // field.
90JSS(URI); // field.
91JSS(VoteSlots); // out: AMM Vote
92JSS(aborted); // out: InboundLedger
93JSS(accepted); // out: LedgerToJson, OwnerInfo, SubmitTransaction
94JSS(accountState); // out: LedgerToJson
95JSS(accountTreeHash); // out: ledger/Ledger.cpp
96JSS(account_data); // out: AccountInfo
97JSS(account_flags); // out: AccountInfo
98JSS(account_hash); // out: LedgerToJson
99JSS(account_id); // out: WalletPropose
100JSS(account_nfts); // out: AccountNFTs
101JSS(account_objects); // out: AccountObjects
102JSS(account_root); // in: LedgerEntry
103JSS(account_sequence_next); // out: SubmitTransaction
104JSS(account_sequence_available); // out: SubmitTransaction
105JSS(account_history_tx_stream); // in: Subscribe, Unsubscribe
106JSS(account_history_tx_index); // out: Account txn history subscribe
107JSS(account_history_tx_first); // out: Account txn history subscribe
108JSS(account_history_boundary); // out: Account txn history subscribe
109JSS(accounts); // in: LedgerEntry, Subscribe, handlers/Ledger, Unsubscribe
110JSS(accounts_proposed); // in: Subscribe, Unsubscribe
111JSS(action); //
112JSS(active); // out: OverlayImpl
113JSS(acquiring); // out: LedgerRequest
114JSS(address); // out: PeerImp
115JSS(affected); // out: AcceptedLedgerTx
116JSS(age); // out: NetworkOPs, Peers
117JSS(alternatives); // out: PathRequest, RipplePathFind
118JSS(amendment_blocked); // out: NetworkOPs
119JSS(amm_account); // in: amm_info
120JSS(amount); // out: AccountChannels, amm_info
121JSS(amount2); // out: amm_info
122JSS(api_version); // in: many, out: Version
123JSS(api_version_low); // out: Version
124JSS(applied); // out: SubmitTransaction
125JSS(asks); // out: Subscribe
126JSS(asset); // in: amm_info
127JSS(asset2); // in: amm_info
128JSS(assets); // out: GatewayBalances
129JSS(asset_frozen); // out: amm_info
130JSS(asset2_frozen); // out: amm_info
131JSS(attestations); //
132JSS(attestation_reward_account); //
133JSS(auction_slot); // out: amm_info
134JSS(authorized); // out: AccountLines
135JSS(authorize); // out: delegate
136JSS(authorized_credentials); // in: ledger_entry DepositPreauth
137JSS(auth_accounts); // out: amm_info
138JSS(auth_change); // out: AccountInfo
139JSS(auth_change_queued); // out: AccountInfo
140JSS(auditor_encrypted_balance); // out: mpt_holders (confidential MPT)
141JSS(available); // out: ValidatorList
142JSS(avg_bps_recv); // out: Peers
143JSS(avg_bps_sent); // out: Peers
144JSS(balance); // out: AccountLines
145JSS(balances); // out: GatewayBalances
146JSS(base); // out: LogLevel
147JSS(base_asset); // in: get_aggregate_price
148JSS(base_fee); // out: NetworkOPs
149JSS(base_fee_xrp); // out: NetworkOPs
150JSS(bids); // out: Subscribe
151JSS(binary); // in: AccountTX, LedgerEntry, AccountTxOld, Tx LedgerData
152JSS(blob); // out: ValidatorList
153JSS(blobs_v2); // out: ValidatorList
154 // in: UNL
155JSS(books); // in: Subscribe, Unsubscribe
156JSS(both); // in: Subscribe, Unsubscribe
157JSS(both_sides); // in: Subscribe, Unsubscribe
158JSS(branch); // out: server_info
159JSS(broadcast); // out: SubmitTransaction
160JSS(bridge_account); // in: LedgerEntry
161JSS(build_path); // in: TransactionSign
162JSS(build_version); // out: NetworkOPs
163JSS(cancel_after); // out: AccountChannels
164JSS(can_delete); // out: CanDelete
165JSS(changes); // out: BookChanges
166JSS(channel_id); // out: AccountChannels
167JSS(channels); // out: AccountChannels
168JSS(check_nodes); // in: LedgerCleaner
169JSS(clear); // in/out: FetchInfo
170JSS(close); // out: BookChanges
171JSS(close_flags); // out: LedgerToJson
172JSS(close_time); // in: Application, out: NetworkOPs, RCLCxPeerPos, LedgerToJson
173JSS(close_time_iso); // out: Tx, NetworkOPs, TransactionEntry AccountTx, LedgerToJson
174JSS(close_time_estimated); // in: Application, out: LedgerToJson
175JSS(close_time_human); // out: LedgerToJson
176JSS(close_time_offset); // out: NetworkOPs
177JSS(close_time_resolution); // in: Application; out: LedgerToJson
178JSS(closed); // out: NetworkOPs, LedgerToJson, handlers/Ledger
179JSS(closed_ledger); // out: NetworkOPs
180JSS(cluster); // out: PeerImp
181JSS(code); // out: errors
182JSS(command); // in: RPCHandler
183JSS(common); // out: RPC server_definitions
184JSS(complete); // out: NetworkOPs, InboundLedger
185JSS(complete_ledgers); // out: NetworkOPs, PeerImp
186JSS(confidential_balance_inbox); // out: mpt_holders (confidential MPT)
187JSS(confidential_balance_spending); // out: mpt_holders (confidential MPT)
188JSS(confidential_balance_version); // out: mpt_holders (confidential MPT)
189JSS(consensus); // out: NetworkOPs, LedgerConsensus
190JSS(converge_time); // out: NetworkOPs
191JSS(converge_time_s); // out: NetworkOPs
192JSS(cookie); // out: NetworkOPs
193JSS(count); // in: AccountTx*, ValidatorList
194JSS(counters); // in/out: retrieve counters
195JSS(credentials); // in: deposit_authorized
196JSS(credential_type); // in: LedgerEntry DepositPreauth
197JSS(ctid); // in/out: Tx RPC
198JSS(currency_a); // out: BookChanges
199JSS(currency_b); // out: BookChanges
200JSS(currency); // in: paths/PathRequest, STAmount
201 // out: STPathSet, STAmount, AccountLines
202JSS(current); // out: OwnerInfo
203JSS(current_activities); //
204JSS(current_ledger_size); // out: TxQ
205JSS(current_queue_size); // out: TxQ
206JSS(data); // out: LedgerData
207JSS(date); // out: tx/Transaction, NetworkOPs
208JSS(dbKBLedger); // out: getCounts
209JSS(dbKBTotal); // out: getCounts
210JSS(dbKBTransaction); // out: getCounts
211JSS(debug_signing); // in: TransactionSign
212JSS(deletion_blockers_only); // in: AccountObjects
213JSS(delivered_amount); // out: insertDeliveredAmount
214JSS(deposit_authorized); // out: deposit_authorized
215JSS(deprecated); //
216JSS(descending); // in: AccountTx*
217JSS(description); // in/out: Reservations
218JSS(destination); // in: nft_buy_offers, nft_sell_offers
219JSS(destination_account); // in: PathRequest, RipplePathFind, account_lines
220 // out: AccountChannels
221JSS(destination_amount); // in: PathRequest, RipplePathFind
222JSS(destination_currencies); // in: PathRequest, RipplePathFind
223JSS(destination_tag); // in: PathRequest
224 // out: AccountChannels
225JSS(details); // out: Manifest, server_info
226JSS(dir_entry); // out: DirectoryEntryIterator
227JSS(dir_index); // out: DirectoryEntryIterator
228JSS(dir_root); // out: DirectoryEntryIterator
229JSS(discounted_fee); // out: amm_info
230JSS(domain); // out: ValidatorInfo, Manifest
231JSS(drops); // out: TxQ
232JSS(duration_us); // out: NetworkOPs
233JSS(effective); // out: ValidatorList
234 // in: UNL
235JSS(enabled); // out: AmendmentTable
236JSS(engine_result); // out: NetworkOPs, TransactionSign, Submit
237JSS(engine_result_code); // out: NetworkOPs, TransactionSign, Submit
238JSS(engine_result_message); // out: NetworkOPs, TransactionSign, Submit
239JSS(entire_set); // out: get_aggregate_price
240JSS(ephemeral_key); // out: ValidatorInfo
241 // in/out: Manifest
242JSS(error); // out: error
243JSS(errored); //
244JSS(error_code); // out: error
245JSS(error_exception); // out: Submit
246JSS(error_message); // out: error
247JSS(expand); // in: handler/Ledger
248JSS(expected_date); // out: any (warnings)
249JSS(expected_date_UTC); // out: any (warnings)
250JSS(expected_ledger_size); // out: TxQ
251JSS(expiration); // out: AccountOffers, AccountChannels, ValidatorList, amm_info
252JSS(fail_hard); // in: Sign, Submit
253JSS(failed); // out: InboundLedger
254JSS(feature); // in: Feature
255JSS(features); // out: Feature
256JSS(fee_base); // out: NetworkOPs
257JSS(fee_div_max); // in: TransactionSign
258JSS(fee_level); // out: AccountInfo
259JSS(fee_mult_max); // in: TransactionSign
260JSS(fee_ref); // out: NetworkOPs, DEPRECATED
261JSS(fetch_pack); // out: NetworkOPs
262JSS(FIELDS); // out: RPC server_definitions
263 // matches definitions.json format
264JSS(first); // out: rpc/Version
265JSS(finished); //
266JSS(fix_txns); // in: LedgerCleaner
267JSS(flags); // out: AccountOffers, NetworkOPs
268JSS(forward); // in: AccountTx
269JSS(freeze); // out: AccountLines
270JSS(freeze_peer); // out: AccountLines
271JSS(deep_freeze); // out: AccountLines
272JSS(deep_freeze_peer); // out: AccountLines
273JSS(frozen_balances); // out: GatewayBalances
274JSS(full); // in: LedgerClearer, handlers/Ledger
275JSS(full_reply); // out: PathFind
276JSS(fullbelow_size); // out: GetCounts
277JSS(git); // out: server_info
278JSS(good); // out: RPCVersion
279JSS(hash); // out: NetworkOPs, InboundLedger, LedgerToJson, STTx; field
280JSS(have_header); // out: InboundLedger
281JSS(have_state); // out: InboundLedger
282JSS(have_transactions); // out: InboundLedger
283JSS(high); // out: BookChanges
284JSS(highest_sequence); // out: AccountInfo
285JSS(highest_ticket); // out: AccountInfo
286JSS(historical_perminute); // historical_perminute.
287JSS(holders); // out: MPTHolders
288JSS(holder_encryption_key); // out: mpt_holders (confidential MPT)
289JSS(hostid); // out: NetworkOPs
290JSS(hotwallet); // in: GatewayBalances
291JSS(id); // websocket.
292JSS(ident); // in: AccountCurrencies, AccountInfo, OwnerInfo
293JSS(ignore_default); // in: AccountLines
294JSS(in); // out: OverlayImpl
295JSS(inLedger); // out: tx/Transaction
296JSS(inbound); // out: PeerImp
297JSS(index); // in: LedgerEntry
298 // out: STLedgerEntry, LedgerEntry, TxHistory, LedgerData
299JSS(info); // out: ServerInfo, ConsensusInfo, FetchInfo
300JSS(initial_sync_duration_us); //
301JSS(internal_command); // in: Internal
302JSS(invalid_API_version); // out: Many, when a request has an invalid version
303JSS(io_latency_ms); // out: NetworkOPs
304JSS(ip); // in: Connect, out: OverlayImpl
305JSS(is_burned); // out: nft_info (clio)
306JSS(isSerialized); // out: RPC server_definitions
307 // matches definitions.json format
308JSS(isSigningField); // out: RPC server_definitions
309 // matches definitions.json format
310JSS(isVLEncoded); // out: RPC server_definitions
311 // matches definitions.json format
312JSS(issuer); // in: RipplePathFind, Subscribe, Unsubscribe, BookOffers
313 // out: STPathSet, STAmount
314JSS(issuer_encrypted_balance); // out: mpt_holders (confidential MPT)
315JSS(job); //
316JSS(job_queue); //
317JSS(jobs); //
318JSS(jsonrpc); // json version
319JSS(jq_trans_overflow); // JobQueue transaction limit overflow.
320JSS(kept); // out: SubmitTransaction
321JSS(key); // out
322JSS(key_type); // in/out: WalletPropose, TransactionSign
323JSS(latency); // out: PeerImp
324JSS(last); // out: RPCVersion
325JSS(last_close); // out: NetworkOPs
326JSS(last_refresh_time); // out: ValidatorSite
327JSS(last_refresh_status); // out: ValidatorSite
328JSS(last_refresh_message); // out: ValidatorSite
329JSS(ledger); // in: NetworkOPs, LedgerCleaner, RPCHelpers
330 // out: NetworkOPs, PeerImp
331JSS(ledger_current_index); // out: NetworkOPs, RPCHelpers, LedgerCurrent, LedgerAccept,
332 // AccountLines
333JSS(ledger_data); // out: LedgerHeader
334JSS(ledger_hash); // in: RPCHelpers, LedgerRequest, RipplePathFind,
335 // TransactionEntry, handlers/Ledger
336 // out: NetworkOPs, RPCHelpers, LedgerClosed, LedgerData,
337 // AccountLines
338JSS(ledger_hit_rate); // out: GetCounts
339JSS(ledger_index); // in/out: many
340JSS(ledger_index_max); // in, out: AccountTx*
341JSS(ledger_index_min); // in, out: AccountTx*
342JSS(ledger_max); // in, out: AccountTx*
343JSS(ledger_min); // in, out: AccountTx*
344JSS(ledger_time); // out: NetworkOPs
345JSS(LEDGER_ENTRY_TYPES); // out: RPC server_definitions
346 // matches definitions.json format
347JSS(LEDGER_ENTRY_FLAGS); // out: RPC server_definitions
348JSS(LEDGER_ENTRY_FORMATS); // out: RPC server_definitions
349JSS(levels); // LogLevels
350JSS(limit); // in/out: AccountTx*, AccountOffers, AccountLines, AccountObjects
351 // in: LedgerData, BookOffers
352JSS(limit_peer); // out: AccountLines
353JSS(lines); // out: AccountLines
354JSS(list); // out: ValidatorList
355JSS(load); // out: NetworkOPs, PeerImp
356JSS(load_base); // out: NetworkOPs
357JSS(load_factor); // out: NetworkOPs
358JSS(load_factor_cluster); // out: NetworkOPs
359JSS(load_factor_fee_escalation); // out: NetworkOPs
360JSS(load_factor_fee_queue); // out: NetworkOPs
361JSS(load_factor_fee_reference); // out: NetworkOPs
362JSS(load_factor_local); // out: NetworkOPs
363JSS(load_factor_net); // out: NetworkOPs
364JSS(load_factor_server); // out: NetworkOPs
365JSS(load_fee); // out: LoadFeeTrackImp, NetworkOPs
366JSS(loan_broker_id); // in: LedgerEntry
367JSS(loan_seq); // in: LedgerEntry
368JSS(local); // out: resource/Logic.h
369JSS(local_txs); // out: GetCounts
370JSS(local_static_keys); // out: ValidatorList
371JSS(locked); // out: GatewayBalances
372JSS(low); // out: BookChanges
373JSS(lowest_sequence); // out: AccountInfo
374JSS(lowest_ticket); // out: AccountInfo
375JSS(lp_token); // out: amm_info
376JSS(majority); // out: RPC feature
377JSS(manifest); // out: ValidatorInfo, Manifest
378JSS(marker); // in/out: AccountTx, AccountOffers, AccountLines, AccountObjects,
379 // LedgerData
380 // in: BookOffers
381JSS(master_key); // out: WalletPropose, NetworkOPs, ValidatorInfo
382 // in/out: Manifest
383JSS(master_seed); // out: WalletPropose
384JSS(master_seed_hex); // out: WalletPropose
385JSS(master_signature); // out: pubManifest
386JSS(max_ledger); // in/out: LedgerCleaner
387JSS(max_queue_size); // out: TxQ
388JSS(max_spend_drops); // out: AccountInfo
389JSS(max_spend_drops_total); // out: AccountInfo
390JSS(mean); // out: get_aggregate_price
391JSS(median); // out: get_aggregate_price
392JSS(median_fee); // out: TxQ
393JSS(median_level); // out: TxQ
394JSS(message); // error.
395JSS(meta); // out: NetworkOPs, AccountTx*, Tx
396JSS(meta_blob); // out: NetworkOPs, AccountTx*, Tx
397JSS(metaData); //
398JSS(metadata); // out: TransactionEntry
399JSS(method); // RPC
400JSS(methods); //
401JSS(metrics); // out: Peers
402JSS(min_count); // in: GetCounts
403JSS(min_ledger); // in: LedgerCleaner
404JSS(minimum_fee); // out: TxQ
405JSS(minimum_level); // out: TxQ
406JSS(missingCommand); // error
407JSS(mpt_amount); // out: mpt_holders
408JSS(mpt_issuance_id); // in: Payment, mpt_holders
409JSS(mptoken_index); // out: mpt_holders
410JSS(mpt_issuance_id_a); // out: BookChanges
411JSS(mpt_issuance_id_b); // out: BookChanges
412JSS(name); // out: AmendmentTableImpl, PeerImp
413JSS(needed_state_hashes); // out: InboundLedger
414JSS(needed_transaction_hashes); // out: InboundLedger
415JSS(network_id); // out: NetworkOPs
416JSS(network_ledger); // out: NetworkOPs
417JSS(next_refresh_time); // out: ValidatorSite
418JSS(nft_id); // in: nft_sell_offers, nft_buy_offers
419JSS(nft_offer_index); // out nft_buy_offers, nft_sell_offers
420JSS(nft_serial); // out: account_nfts
421JSS(nft_taxon); // out: nft_info (clio)
422JSS(nftoken_id); // out: insertNFTokenID
423JSS(nftoken_ids); // out: insertNFTokenID
424JSS(no_ripple); // out: AccountLines
425JSS(no_ripple_peer); // out: AccountLines
426JSS(node); // out: LedgerEntry
427JSS(node_binary); // out: LedgerEntry
428JSS(node_read_bytes); // out: GetCounts
429JSS(node_read_errors); // out: GetCounts
430JSS(node_read_retries); // out: GetCounts
431JSS(node_reads_hit); // out: GetCounts
432JSS(node_reads_total); // out: GetCounts
433JSS(node_reads_duration_us); // out: GetCounts
434JSS(node_size); // out: server_info
435JSS(nodes); // out: VaultInfo
436JSS(nodestore); // out: GetCounts
437JSS(node_writes); // out: GetCounts
438JSS(node_written_bytes); // out: GetCounts
439JSS(node_writes_duration_us); // out: GetCounts
440JSS(node_write_retries); // out: GetCounts
441JSS(node_writes_delayed); // out::GetCounts
442JSS(nth); // out: RPC server_definitions
443JSS(obligations); // out: GatewayBalances
444JSS(offers); // out: NetworkOPs, AccountOffers, Subscribe
445JSS(offer_id); // out: insertNFTokenOfferID
446JSS(offline); // in: TransactionSign
447JSS(offset); // in/out: AccountTxOld
448JSS(open); // out: handlers/Ledger
449JSS(open_ledger_cost); // out: SubmitTransaction
450JSS(open_ledger_fee); // out: TxQ
451JSS(open_ledger_level); // out: TxQ
452JSS(optionality); // out: server_definitions
453JSS(oracles); // in: get_aggregate_price
454JSS(oracle_document_id); // in: get_aggregate_price
455JSS(out); // out: OverlayImpl
456JSS(owner); // in: LedgerEntry, out: NetworkOPs
457JSS(owner_funds); // in/out: Ledger, NetworkOPs, AcceptedLedgerTx
458JSS(page_index); //
459JSS(params); // RPC
460JSS(parent_close_time); // out: LedgerToJson
461JSS(parent_hash); // out: LedgerToJson
462JSS(partition); // in: LogLevel
463JSS(passphrase); // in: WalletPropose
464JSS(password); // in: Subscribe
465JSS(paths); // in: RipplePathFind
466JSS(paths_canonical); // out: RipplePathFind
467JSS(paths_computed); // out: PathRequest, RipplePathFind
468JSS(peer); // in: AccountLines
469JSS(peer_authorized); // out: AccountLines
470JSS(peer_id); // out: RCLCxPeerPos
471JSS(peers); // out: InboundLedger, handlers/Peers, Overlay
472JSS(peer_disconnects); // Severed peer connection counter.
473JSS(peer_disconnects_resources); // Severed peer connections because of
474 // excess resource consumption.
475JSS(port); // in: Connect, out: NetworkOPs
476JSS(ports); // out: NetworkOPs
477JSS(previous); // out: Reservations
478JSS(previous_ledger); // out: LedgerPropose
479JSS(price); // out: amm_info, AuctionSlot
480JSS(proof); // in: BookOffers
481JSS(propose_seq); // out: LedgerPropose
482JSS(proposers); // out: NetworkOPs, LedgerConsensus
483JSS(protocol); // out: NetworkOPs, PeerImp
484JSS(proxied); // out: RPC ping
485JSS(pseudo_account); // out: AccountInfo
486JSS(pubkey_node); // out: NetworkOPs
487JSS(pubkey_publisher); // out: ValidatorList
488JSS(pubkey_validator); // out: NetworkOPs, ValidatorList
489JSS(public_key); // out: OverlayImpl, PeerImp, WalletPropose, ValidatorInfo
490 // in/out: Manifest
491JSS(public_key_hex); // out: WalletPropose
492JSS(published_ledger); // out: NetworkOPs
493JSS(publisher_lists); // out: ValidatorList
494JSS(quality); // out: NetworkOPs
495JSS(quality_in); // out: AccountLines
496JSS(quality_out); // out: AccountLines
497JSS(queue); // in: AccountInfo
498JSS(queue_data); // out: AccountInfo
499JSS(queued); // out: SubmitTransaction
500JSS(queued_duration_us); //
501JSS(quote_asset); // in: get_aggregate_price
502JSS(random); // out: Random
503JSS(raw_meta); // out: AcceptedLedgerTx
504JSS(receive_currencies); // out: AccountCurrencies
505JSS(reference_level); // out: TxQ
506JSS(refresh_interval); // in: UNL
507JSS(refresh_interval_min); // out: ValidatorSites
508JSS(regular_seed); // in/out: LedgerEntry
509JSS(remaining); // out: ValidatorList
510JSS(remote); // out: Logic.h
511JSS(request); // RPC
512JSS(requested); // out: Manifest
513JSS(reservations); // out: Reservations
514JSS(reserve_base); // out: NetworkOPs
515JSS(reserve_base_xrp); // out: NetworkOPs
516JSS(reserve_inc); // out: NetworkOPs
517JSS(reserve_inc_xrp); // out: NetworkOPs
518JSS(response); // websocket
519JSS(result); // RPC
520JSS(ripple_lines); // out: NetworkOPs
521JSS(ripple_state); // in: LedgerEntr
522JSS(ripplerpc); // XRPL RPC version
523JSS(role); // out: Ping.cpp
524JSS(rpc); //
525JSS(rt_accounts); // in: Subscribe, Unsubscribe
526JSS(running_duration_us); //
527JSS(search_depth); // in: RipplePathFind
528JSS(searched_all); // out: Tx
529JSS(secret); // in: TransactionSign, ValidationCreate, ValidationSeed,
530 // channel_authorize
531JSS(seed); //
532JSS(seed_hex); // in: WalletPropose, TransactionSign
533JSS(send_currencies); // out: AccountCurrencies
534JSS(send_max); // in: PathRequest, RipplePathFind
535JSS(seq); // in: LedgerEntry
536 // out: NetworkOPs, RPCSub, AccountOffers, ValidatorList,
537 // ValidatorInfo, Manifest
538JSS(sequence); // in: UNL
539JSS(sequence_count); // out: AccountInfo
540JSS(server_domain); // out: NetworkOPs
541JSS(server_state); // out: NetworkOPs
542JSS(server_state_duration_us); // out: NetworkOPs
543JSS(server_status); // out: NetworkOPs
544JSS(server_version); // out: NetworkOPs
545JSS(settle_delay); // out: AccountChannels
546JSS(severity); // in: LogLevel
547JSS(shares); // out: VaultInfo
548JSS(signature); // out: NetworkOPs, ChannelAuthorize
549JSS(signature_target); // in: TransactionSign
550JSS(signature_verified); // out: ChannelVerify
551JSS(signing_key); // out: NetworkOPs
552JSS(signing_keys); // out: ValidatorList
553JSS(signing_time); // out: NetworkOPs
554JSS(signer_lists); // in/out: AccountInfo
555JSS(size); // out: get_aggregate_price
556JSS(snapshot); // in: Subscribe
557JSS(source_account); // in: PathRequest, RipplePathFind
558JSS(source_amount); // in: PathRequest, RipplePathFind
559JSS(source_currencies); // in: PathRequest, RipplePathFind
560JSS(source_tag); // out: AccountChannels
561JSS(stand_alone); // out: NetworkOPs
562JSS(standard_deviation); // out: get_aggregate_price
563JSS(start); // in: TxHistory
564JSS(started); //
565JSS(state_accounting); // out: NetworkOPs
566JSS(state_now); // in: Subscribe
567JSS(status); // error
568JSS(stop); // in: LedgerCleaner
569JSS(stop_history_tx_only); // in: Unsubscribe, stop history tx stream
570JSS(streams); // in: Subscribe, Unsubscribe
571JSS(strict); // in: AccountCurrencies, AccountInfo
572JSS(sub_index); // in: LedgerEntry
573JSS(subcommand); // in: PathFind
574JSS(subject); // in: LedgerEntry Credential
575JSS(success); // rpc
576JSS(supported); // out: AmendmentTableImpl
577JSS(sync_mode); // in: Submit
578JSS(system_time_offset); // out: NetworkOPs
579JSS(tag); // out: Peers
580JSS(taker); // in: Subscribe, BookOffers
581JSS(taker_gets); // in: Subscribe, Unsubscribe, BookOffers
582JSS(taker_gets_funded); // out: NetworkOPs
583JSS(taker_pays); // in: Subscribe, Unsubscribe, BookOffers
584JSS(taker_pays_funded); // out: NetworkOPs
585JSS(threshold); // in: Blacklist
586JSS(ticket_count); // out: AccountInfo
587JSS(ticket_seq); // in: LedgerEntry
588JSS(time); //
589JSS(timeouts); // out: InboundLedger
590JSS(time_threshold); // in/out: Oracle aggregate
591JSS(time_interval); // out: AMM Auction Slot
592JSS(track); // out: PeerImp
593JSS(traffic); // out: Overlay
594JSS(trim); // in: get_aggregate_price
595JSS(trimmed_set); // out: get_aggregate_price
596JSS(total); // out: counters
597JSS(total_bytes_recv); // out: Peers
598JSS(total_bytes_sent); // out: Peers
599JSS(total_coins); // out: LedgerToJson
600JSS(trading_fee); // out: amm_info
601JSS(transTreeHash); // out: ledger/Ledger.cpp
602JSS(transaction); // in: Tx
603 // out: NetworkOPs, AcceptedLedgerTx,
604JSS(transaction_hash); // out: RCLCxPeerPos, LedgerToJson
605JSS(transactions); // out: LedgerToJson,
606 // in: AccountTx*, Unsubscribe
607JSS(TRANSACTION_RESULTS); // out: RPC server_definitions
608 // matches definitions.json format
609JSS(TRANSACTION_TYPES); // out: RPC server_definitions
610 // matches definitions.json format
611JSS(TRANSACTION_FLAGS); // out: RPC server_definitions
612JSS(TRANSACTION_FORMATS); // out: RPC server_definitions
613JSS(TYPES); // out: RPC server_definitions
614 // matches definitions.json format
615JSS(transfer_rate); // out: nft_info (clio)
616JSS(transitions); // out: NetworkOPs
617JSS(treenode_cache_size); // out: GetCounts
618JSS(treenode_track_size); // out: GetCounts
619JSS(trusted); // out: UnlList
620JSS(trusted_validator_keys); // out: ValidatorList
621JSS(tx); // out: STTx, AccountTx*
622JSS(tx_blob); // in/out: Submit,
623 // in: TransactionSign, AccountTx*
624JSS(tx_hash); // in: TransactionEntry
625JSS(tx_json); // in/out: TransactionSign
626 // out: TransactionEntry
627JSS(tx_signing_hash); // out: TransactionSign
628JSS(tx_unsigned); // out: TransactionSign
629JSS(txn_count); // out: NetworkOPs
630JSS(txr_tx_cnt); // out: protocol message tx's count
631JSS(txr_tx_sz); // out: protocol message tx's size
632JSS(txr_have_txs_cnt); // out: protocol message have tx count
633JSS(txr_have_txs_sz); // out: protocol message have tx size
634JSS(txr_get_ledger_cnt); // out: protocol message get ledger count
635JSS(txr_get_ledger_sz); // out: protocol message get ledger size
636JSS(txr_ledger_data_cnt); // out: protocol message ledger data count
637JSS(txr_ledger_data_sz); // out: protocol message ledger data size
638JSS(txr_transactions_cnt); // out: protocol message get object count
639JSS(txr_transactions_sz); // out: protocol message get object size
640JSS(txr_selected_cnt); // out: selected peers count
641JSS(txr_suppressed_cnt); // out: suppressed peers count
642JSS(txr_not_enabled_cnt); // out: peers with tx reduce-relay disabled count
643JSS(txr_missing_tx_freq); // out: missing tx frequency average
644JSS(txs); // out: TxHistory
645JSS(type); // in: AccountObjects
646 // out: NetworkOPs, RPC server_definitions OverlayImpl, Logic
647JSS(type_hex); // out: STPathSet
648JSS(unl); // out: UnlList
649JSS(unlimited); // out: Connection.h
650JSS(uptime); // out: GetCounts
651JSS(uri); // out: ValidatorSites
652JSS(url); // in/out: Subscribe, Unsubscribe
653JSS(url_password); // in: Subscribe
654JSS(url_username); // in: Subscribe
655JSS(urlgravatar); //
656JSS(username); // in: Subscribe
657JSS(validated); // out: NetworkOPs, RPCHelpers, AccountTx*, Tx
658JSS(validator_list_expires); // out: NetworkOps, ValidatorList
659JSS(validator_list); // out: NetworkOps, ValidatorList
660JSS(validators); //
661JSS(validated_hash); // out: NetworkOPs
662JSS(validated_ledger); // out: NetworkOPs
663JSS(validated_ledger_index); // out: SubmitTransaction
664JSS(validated_ledgers); // out: NetworkOPs
665JSS(validation_key); // out: ValidationCreate, ValidationSeed
666JSS(validation_private_key); // out: ValidationCreate
667JSS(validation_public_key); // out: ValidationCreate, ValidationSeed
668JSS(validation_quorum); // out: NetworkOPs
669JSS(validation_seed); // out: ValidationCreate, ValidationSeed
670JSS(validations); // out: AmendmentTableImpl
671JSS(validator_list_threshold); // out: ValidatorList
672JSS(validator_sites); // out: ValidatorSites
673JSS(value); // out: STAmount
674JSS(vault_id); // in: VaultInfo
675JSS(version); // out: RPCVersion
676JSS(vetoed); // out: AmendmentTableImpl
677JSS(volume_a); // out: BookChanges
678JSS(volume_b); // out: BookChanges
679JSS(vote); // in: Feature
680JSS(vote_slots); // out: amm_info
681JSS(vote_weight); // out: amm_info
682JSS(warning); // rpc:
683JSS(warnings); // out: server_info, server_state
684JSS(workers); //
685JSS(write_load); // out: GetCounts
686
687#pragma push_macro("TRANSACTION")
688#undef TRANSACTION
689
690#define TRANSACTION(tag, value, name, ...) JSS(name);
691
692#include <xrpl/protocol/detail/transactions.macro>
693
694#undef TRANSACTION
695#pragma pop_macro("TRANSACTION")
696
697#pragma push_macro("LEDGER_ENTRY")
698#undef LEDGER_ENTRY
699#pragma push_macro("LEDGER_ENTRY_DUPLICATE")
700#undef LEDGER_ENTRY_DUPLICATE
701
702#define LEDGER_ENTRY(tag, value, name, rpcName, ...) \
703 JSS(name); \
704 JSS(rpcName);
705
706#define LEDGER_ENTRY_DUPLICATE(tag, value, name, rpcName, ...) JSS(rpcName);
707
708#include <xrpl/protocol/detail/ledger_entries.macro>
709
710#undef LEDGER_ENTRY
711#pragma pop_macro("LEDGER_ENTRY")
712#undef LEDGER_ENTRY_DUPLICATE
713#pragma pop_macro("LEDGER_ENTRY_DUPLICATE")
714
715#undef JSS
716
717// NOLINTEND(readability-identifier-naming)
718
719} // namespace xrpl::jss
Definition Git.h:5
Definition jss.h:5
JSS(AL_size)
static bool authorized(Port const &port, std::map< std::string, std::string > const &h)
void open(soci::session &s, BasicConfig const &config, std::string const &dbName)
Open a soci session.
Definition SociDB.cpp:92
@ Invalid
Timely, but invalid signature.
Definition Manifest.h:209