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
Copy file name to clipboardExpand all lines: XLS-0066-lending-protocol/README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ The `LoanBroker` object has the following fields:
228
228
229
229
#### 2.1.3 `LoanBroker`_pseudo-account_
230
230
231
-
The `LoanBroker` object _pseudo-account_ holds the First-Loss Capital deposited by the LoanBroker. The _pseudo-account_ follows the XLS-64d specification for pseudo accounts. The `AccountRoot` object is created when creating the `Vault` object.
231
+
The `LoanBroker` object _pseudo-account_ holds the First-Loss Capital deposited by the LoanBroker. The _pseudo-account_ follows the XLS-64d specification for pseudo accounts. The `AccountRoot` object is created when creating the `Vault` object.
232
232
233
233
#### 2.1.4 Ownership
234
234
@@ -768,12 +768,13 @@ The transaction deposits First-Loss Capital into the `LoanBroker` object.
768
768
769
769
The `LoanBrokerCoverWithdraw` transaction withdraws the First-Loss Capital from the `LoanBroker`.
770
770
771
-
| Field Name | Required? | JSON Type | Internal Type | Default Value | Description |
|`LoanBrokerID`|:heavy_check_mark:|`string`|`HASH256`|`N/A`| The Loan Broker ID from which to withdraw First-Loss Capital. |
775
-
|`Amount`|:heavy_check_mark:|[Currency Amount](https://xrpl.org/docs/references/protocol/data-types/basic-data-types#specifying-currency-amounts)|`AMOUNT`|`N/A`| The Fist-Loss Capital amount to withdraw. |
776
-
|`Destination`||`string`|`AccountID`| Empty | An account to receive the assets. It must be able to receive the asset. |
771
+
| Field Name | Required? | JSON Type | Internal Type | Default Value | Description |
|`LoanBrokerID`|:heavy_check_mark:|`string`|`HASH256`|`N/A`| The Loan Broker ID from which to withdraw First-Loss Capital. |
775
+
|`Amount`|:heavy_check_mark:|[Currency Amount](https://xrpl.org/docs/references/protocol/data-types/basic-data-types#specifying-currency-amounts)|`AMOUNT`|`N/A`| The Fist-Loss Capital amount to withdraw. |
776
+
|`Destination`||`string`|`AccountID`| Empty | An account to receive the assets. It must be able to receive the asset. |
777
+
|`DestinationTag`||`number`|`UINT32`| Empty | Arbitrary tag identifying the reason for the transaction to the destination. |
0 commit comments