Skip to content

Commit a3f3999

Browse files
committed
adds destination tag to loakBrokerCoverWithdraw
1 parent c7eb35a commit a3f3999

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

XLS-0066-lending-protocol/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The `LoanBroker` object has the following fields:
228228

229229
#### 2.1.3 `LoanBroker` _pseudo-account_
230230

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.
232232

233233
#### 2.1.4 Ownership
234234

@@ -768,12 +768,13 @@ The transaction deposits First-Loss Capital into the `LoanBroker` object.
768768

769769
The `LoanBrokerCoverWithdraw` transaction withdraws the First-Loss Capital from the `LoanBroker`.
770770

771-
| Field Name | Required? | JSON Type | Internal Type | Default Value | Description |
772-
| ----------------- | :----------------: | :------------------------------------------------------------------------------------------------------------------: | :-----------: | :-----------: | :---------------------------------------------------------------------- |
773-
| `TransactionType` | :heavy_check_mark: | `string` | `UINT16` | `77` | Transaction type. |
774-
| `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 |
772+
| ----------------- | :----------------: | :------------------------------------------------------------------------------------------------------------------: | :-----------: | :-----------: | :--------------------------------------------------------------------------- |
773+
| `TransactionType` | :heavy_check_mark: | `string` | `UINT16` | `77` | Transaction type. |
774+
| `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. |
777778

778779
##### 3.1.4.1 Failure Conditions
779780

0 commit comments

Comments
 (0)