This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
token/program-2022/src/extension Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ pub enum ConfidentialTransferInstruction {
279
279
/// 1. `[writable]` The fee receiver account. Must include the `TransferFeeAmount` and
280
280
/// `ConfidentialTransferAccount` extensions.
281
281
/// 2. `[]` Instructions sysvar.
282
- /// 3. `[]` The mint's `withdraw_withheld_authority`'s multisignature owner/delegate .
282
+ /// 3. `[]` The mint's multisig `withdraw_withheld_authority`.
283
283
/// 4. ..3+M `[signer]` M signer accounts.
284
284
///
285
285
/// Data expected by this instruction:
@@ -321,7 +321,7 @@ pub enum ConfidentialTransferInstruction {
321
321
/// 1. `[writable]` The fee receiver account. Must include the `TransferFeeAmount` and
322
322
/// `ConfidentialTransferAccount` extensions.
323
323
/// 2. `[]` Instructions sysvar.
324
- /// 3. `[]` The mint's `withdraw_withheld_authority`'s multisignature owner/delegate .
324
+ /// 3. `[]` The mint's multisig `withdraw_withheld_authority`.
325
325
/// 4. ..4+M `[signer]` M signer accounts.
326
326
/// 4+M+1. ..3+M+N `[writable]` The source accounts to withdraw from.
327
327
///
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ pub enum TransferFeeInstruction {
75
75
/// * Multisignature owner/delegate
76
76
/// 0. `[writable]` The token mint.
77
77
/// 1. `[writable]` The destination account.
78
- /// 2. `[]` The mint's `withdraw_withheld_authority`'s multisignature owner/delegate .
78
+ /// 2. `[]` The mint's multisig `withdraw_withheld_authority`.
79
79
/// 3. ..3+M `[signer]` M signer accounts.
80
80
WithdrawWithheldTokensFromMint ,
81
81
/// Transfer all withheld tokens to an account. Signed by the mint's
@@ -93,7 +93,7 @@ pub enum TransferFeeInstruction {
93
93
/// * Multisignature owner/delegate
94
94
/// 0. `[]` The token mint.
95
95
/// 1. `[writable]` The destination account.
96
- /// 2. `[]` The mint's `withdraw_withheld_authority`'s multisignature owner/delegate .
96
+ /// 2. `[]` The mint's multisig `withdraw_withheld_authority`.
97
97
/// 3. ..3+M `[signer]` M signer accounts.
98
98
/// 3+M+1. ..3+M+N `[writable]` The source accounts to withdraw from.
99
99
WithdrawWithheldTokensFromAccounts {
You can’t perform that action at this time.
0 commit comments