Type alias TransferTokensCheckedInstructionAccounts

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

Type declaration

Generated using TypeDoc