Skip to content

Commit ae4d195

Browse files
committed
fix(docs): update references to AssetManager in redemption queue guide
1 parent e1af823 commit ae4d195

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/fassets/developer-guides/11-fassets-redemption-queue.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import GetFXRPAssetManager from "./_get_fxrp_asset_manager.mdx";
1414
## Overview
1515

1616
In this guide, you will learn about the redemption queue and how it functions.
17-
You will also learn how to get redemption tickets using the [IAssetManager](/fassets/reference/IAssetManager) smart contract.
17+
You will also learn how to get redemption tickets using the [AssetManager](/fassets/reference/IAssetManager) smart contract.
1818
Finally, you will learn how to calculate the total value and the number of lots to redeem.
1919

2020
## Prerequisites
@@ -35,7 +35,7 @@ It consists of ticket entries, where each ticket represents lots minted with a p
3535
The `maxRedeemedTickets` system setting defines the maximum number of tickets that can be redeemed in a single request.
3636
This setting is used to prevent high gas consumption and ensure the fairness of the redemption process.
3737

38-
To get the `maxRedeemedTickets` setting, you can use the [getSettings](/fassets/reference/IAssetManager#getsettings) function from the [IAssetManager](/fassets/reference/IAssetManager) smart contract.
38+
To get the `maxRedeemedTickets` setting, you can use the [getSettings](/fassets/reference/IAssetManager#getsettings) function from the [AssetManager](/fassets/reference/IAssetManager) smart contract.
3939

4040
## Fetch Redemption Queue Data
4141

@@ -56,7 +56,8 @@ The [`agentRedemptionQueue`](/fassets/reference/IAssetManager#agentredemptionque
5656

5757
## How It Ties Together
5858

59-
The `redemptionQueue` function provides the **global** ticket order, where each ticket is linked to a **specific agent**. The agent associated with each ticket must fulfill their part of the redemption.
59+
The `redemptionQueue` function provides the **global** ticket order, where each ticket is linked to a **specific agent**.
60+
The agent associated with each ticket must fulfill their part of the redemption.
6061
Once a ticket is consumed, it is removed from the queue, and the queue is updated accordingly.
6162

6263
## Example

0 commit comments

Comments
 (0)