From ba5589b18b90314f745e3166e569ac1789f916f7 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 4 Nov 2024 11:00:36 +0000 Subject: [PATCH] Update src/vesting-tokens.md Co-authored-by: William Richter <88400283+WRRicht3r@users.noreply.github.com> --- src/vesting-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vesting-tokens.md b/src/vesting-tokens.md index 3516cee9..9f3826ca 100644 --- a/src/vesting-tokens.md +++ b/src/vesting-tokens.md @@ -79,7 +79,7 @@ The _vestedTransfer_ extrinsic with _LinearPendingVestingSchedule_ allows for de Parameters: -- **assetId**: The code of the token. +- **assetId**: The token address. - **managerId**: The ID of the entity that will initiate vesting via the unlock_pending_schedule_by_manager() extrinsic. - **period**: Unlock intervals for tokens in recipient wallets, measured in blocks. - **periodCount**: The number of periods, calculated as a percentage of the total amount.