SetAuthorityInstructionAccounts: {
    owned: PublicKey | Pda;
    owner: PublicKey | Pda | Signer;
}

Type declaration

  • owned: PublicKey | Pda

    The mint or account to change the authority of.

  • owner: PublicKey | Pda | Signer

    The current authority or the multisignature account of the mint or account to update.

Generated using TypeDoc