Skip to content

Commit 9b6df0d

Browse files
committed
docs(fassets): clarify collateral reservation event details and improve payment timeframe section
1 parent 4bf0ffc commit 9b6df0d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/fassets/developer-guides/5-fassets-mint.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ The following code demonstrates how to reserve collateral by calling the [`reser
7373

7474
## Send Payment on XRP Ledger
7575

76-
The next step is to send the XRP Ledger payment to the agent. Before making the payment, it is important to understand the payment timeframes and constraints.
76+
The next step is to send the XRP Ledger payment to the agent.
77+
Before making the payment, it is important to understand the payment timeframes and constraints.
7778

7879
<PaymentTimeframes />
7980

docs/fassets/developer-guides/6-fassets-mint-executor.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ The following code demonstrates how to reserve collateral by calling the [`reser
8686

8787
## Send Payment on XRP Ledger
8888

89-
The next step is to send the XRP Ledger payment to the agent. Before making the payment, it is important to understand the payment timeframes and constraints.
89+
The next step is to send the XRP Ledger payment to the agent.
90+
Before making the payment, it is important to understand the payment timeframes and constraints.
9091

9192
<PaymentTimeframes />
9293

docs/fassets/developer-guides/_payment_timeframes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Both constraints must be satisfied for the payment to be considered valid.
1313

1414
#### Payment Deadline Calculation
1515

16-
When you reserve collateral, the system provides in the [`CollateralReserved`](/fassets/reference/IAssetManagerEvents#collateralreserved) event:
16+
When you reserve collateral, the system emits the following values in the [`CollateralReserved`](/fassets/reference/IAssetManagerEvents#collateralreserved) event:
1717

1818
- `lastUnderlyingBlock`: The final block number for a valid payment.
1919
- `lastUnderlyingTimestamp`: The deadline timestamp for payment.

0 commit comments

Comments
 (0)