Skip to content

Commit 56a64cc

Browse files
committed
Improve docs
1 parent 109c4c9 commit 56a64cc

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pinocchio/interface/src/instruction.rs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,15 @@ pub enum TokenInstruction {
499499
///
500500
/// Accounts expected by this instruction:
501501
///
502-
/// 0. `[writable]` Source Account owned by the token program
503-
/// 1. `[writable]` Destination account
504-
/// 2. `[signer]` Authority
502+
/// * Single owner/delegate
503+
/// 0. `[writable]` The source account.
504+
/// 1. `[writable]` The destination account.
505+
/// 2. `[signer]` The source account's owner/delegate.
506+
///
507+
/// * Multisignature owner/delegate
508+
/// 0. `[writable]` The source account.
509+
/// 1. `[writable]` The destination account.
510+
/// 2. `[]` The source account's multisignature owner/delegate.
505511
/// 3. `..+M` `[signer]` M signer accounts.
506512
WithdrawExcessLamports = 38,
507513

0 commit comments

Comments
 (0)