We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109c4c9 commit 56a64ccCopy full SHA for 56a64cc
1 file changed
pinocchio/interface/src/instruction.rs
@@ -499,9 +499,15 @@ pub enum TokenInstruction {
499
///
500
/// Accounts expected by this instruction:
501
502
- /// 0. `[writable]` Source Account owned by the token program
503
- /// 1. `[writable]` Destination account
504
- /// 2. `[signer]` Authority
+ /// * Single owner/delegate
+ /// 0. `[writable]` The source account.
+ /// 1. `[writable]` The destination account.
505
+ /// 2. `[signer]` The source account's owner/delegate.
506
+ ///
507
+ /// * Multisignature owner/delegate
508
509
510
+ /// 2. `[]` The source account's multisignature owner/delegate.
511
/// 3. `..+M` `[signer]` M signer accounts.
512
WithdrawExcessLamports = 38,
513
0 commit comments