SetTransferFeeInstructionAccounts: {
    mint: PublicKey | Pda;
    transferFeeConfigAuthority?: PublicKey | Pda | Signer;
}

Type declaration

  • mint: PublicKey | Pda

    The mint.

  • Optional transferFeeConfigAuthority?: PublicKey | Pda | Signer

    The mint's fee account owner or its multisignature account.

Generated using TypeDoc