TransferCheckedWithFeeInstructionAccounts: {
    authority?: PublicKey | Pda | Signer;
    destination: PublicKey | Pda;
    mint: 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. May include the TransferFeeAmount extension.

  • mint: PublicKey | Pda

    The token mint. May include the TransferFeeConfig extension.

  • source: PublicKey | Pda

    The source account. May include the TransferFeeAmount extension.

Generated using TypeDoc