TransferInstructionAccounts: {
    authority?: PublicKey | Pda | Signer;
    destination: PublicKey | Pda;
    source: PublicKey | Pda;
}

Type declaration

  • Optional authority?: PublicKey | Pda | Signer

    The source account's owner/delegate or its multisignature account.

  • destination: PublicKey | Pda

    The destination account.

  • source: PublicKey | Pda

    The source account.

Generated using TypeDoc