3.5 KiB
{% set api_methods = [ "account_channels", "account_currencies", "account_info", "account_lines", "account_objects", "account_offers", "account_tx", "book_offers", "can_delete", "channel_authorize", "channel_verify", "connect", "consensus_info", "crawl_shards", "deposit_authorized", "download_shard", "feature", "fee", "fetch_info", "gateway_balances", "get_counts", "json", "ledger", "ledger_accept", "ledger_cleaner", "ledger_closed", "ledger_current", "ledger_data", "ledger_entry", "ledger_request", "log_level", "logrotate", "noripple_check", "path_find", "peers", "ping", "print", "random", "ripple_path_find", "server_info", "server_state", "sign", "sign_for", "stop", "submit", "submit_multisigned", "subscribe", "transaction_entry", "tx", "tx_history", "unsubscribe", "validation_create", "validation_seed", "validator_list_sites", "validators", "wallet_propose" ] %}
{% for method in api_methods %} [{{method}} method]: {{method|lower}}.html [{{method}} command]: {{method|lower}}.html {% endfor %}
{% set amendment_names = [ "Checks", "CryptoConditions", "CryptoConditionsSuite", "DepositAuth", "DepositPreauth", "EnforceInvariants", "Escrow", "FeeEscalation", "fix1201", "fix1368", "fix1373", "fix1512", "fix1513", "fix1515", "fix1523", "fix1528", "fix1543", "fix1571", "fix1578", "fix1623", "fixTakerDryOfferRemoval", "Flow", "FlowCross", "FlowV2", "MultiSign", "MultiSignReserve", "OwnerPaysFee", "PayChan", "SHAMapV2", "SortedDirectories", "SusPay", "Tickets", "TickSize", "TrustSetAuth" ] %}
{% for amd in amendment_names %} [{{amd}} amendment]: known-amendments.html#{{amd|lower}} {% endfor %}