You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New explicit `false` value in v1.7.0 for when having No Ripple
disabled is a considered non-default for purposes of the trust line's
owner reserve
- Update a couple nearby table entries to match preferred style
Copy file name to clipboardexpand all lines: content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -422,12 +422,12 @@ Each trust line object has some combination of the following fields:
422
422
|`limit_peer`| String | The maximum amount of currency that the counterparty account is willing to owe the perspective account |
423
423
|`quality_in`| Unsigned Integer | Rate at which the account values incoming balances on this trust line, as a ratio of this value per 1 billion units. (For example, a value of 500 million represents a 0.5:1 ratio.) As a special case, 0 is treated as a 1:1 ratio. |
424
424
|`quality_out`| Unsigned Integer | Rate at which the account values outgoing balances on this trust line, as a ratio of this value per 1 billion units. (For example, a value of 500 million represents a 0.5:1 ratio.) As a special case, 0 is treated as a 1:1 ratio. |
425
-
|`no_ripple`| Boolean |_(May be omitted)_`true` if this account has enabled the [No Ripple flag](rippling.html) for this line. If omitted, that is the same as `false`.|
426
-
|`no_ripple_peer`| Boolean |_(May be omitted)_`true` if the peer account has enabled the [No Ripple flag](rippling.html). If omitted, that is the same as `false`.|
427
-
|`authorized`| Boolean |_(May be omitted)_`true` if this account has [authorized this trust line](authorized-trust-lines.html). If omitted, that is the same as`false`. |
428
-
|`peer_authorized`| Boolean |_(May be omitted)_`true` if the peer account has [authorized this trust line](authorized-trust-lines.html). If omitted, that is the same as`false`. |
429
-
|`freeze`| Boolean |_(May be omitted)_`true` if this account has [frozen](freezes.html) this trust line. If omitted, that is the same as`false`. |
430
-
|`freeze_peer`| Boolean |_(May be omitted)_`true` if the peer account has [frozen](freezes.html) this trust line. If omitted, that is the same as`false`. |
425
+
|`no_ripple`| Boolean |_(May be omitted)_If `true`, this account has enabled the [No Ripple flag](rippling.html) for this trust line. If present and `false`, this account has disabled the No Ripple flag, but that is not considered [the default state](ripplestate.html#contributing-to-the-owner-reserve) because the account has the Default Ripple flag enabled. If omitted, the account has the No Ripple flag disabled for this trust line and Default Ripple disabled. [Updated in: rippled 1.7.0][]|
426
+
|`no_ripple_peer`| Boolean |_(May be omitted)_If `true`, the peer account has enabled the [No Ripple flag](rippling.html) for this trust line. If present and `false`, this account has disabled the No Ripple flag, but that is not considered [the default state](ripplestate.html#contributing-to-the-owner-reserve) because the account has the Default Ripple flag enabled. If omitted, the account has the No Ripple flag disabled for this trust line and Default Ripple disabled. [Updated in: rippled 1.7.0][]|
427
+
|`authorized`| Boolean |_(May be omitted)_If `true`, this account has [authorized this trust line](authorized-trust-lines.html). The default is`false`. |
428
+
|`peer_authorized`| Boolean |_(May be omitted)_If `true`, the peer account has [authorized this trust line](authorized-trust-lines.html). The default is`false`. |
429
+
|`freeze`| Boolean |_(May be omitted)_If `true`, this account has [frozen](freezes.html) this trust line. The default is`false`. |
430
+
|`freeze_peer`| Boolean |_(May be omitted)_If `true`, the peer account has [frozen](freezes.html) this trust line. The default is`false`. |
0 commit comments