A unique identifier for the account, most commonly the account's address.
Optional
api_The API version to use. If omitted, use version 1.
The name of the API method.
Optional
idA unique value to identify this request. The response to this request uses the same id field. This way, even if responses arrive out of order, you know which request prompted which response.
Optional
ledger_A 20-byte hex string for the ledger version to use.
Optional
ledger_The ledger index of the ledger to use, or a shortcut string to choose a ledger automatically.
Optional
limitThe maximum number of trust line problems to include in the results. Defaults to 300.
Whether the address refers to a gateway or user. Recommendations depend on the role of the account. Issuers must have Default Ripple enabled and must disable No Ripple on all trust lines. Users should have Default Ripple disabled, and should enable No Ripple on all trust lines.
Optional
transactionsIf true, include an array of suggested transactions, as JSON objects, that you can sign and submit to fix the problems. Defaults to false.
Generated using TypeDoc
The
noripple_check
command provides a quick way to check the status of th default ripple field for an account and the No Ripple flag of its trust lines, compared with the recommended settings. Expects a response in the form of an NoRippleCheckResponse.Example