Type alias UpdateCollectionV1InstructionAccounts

UpdateCollectionV1InstructionAccounts: {
    authority?: Signer;
    collection: PublicKey | Pda;
    logWrapper?: PublicKey | Pda;
    newUpdateAuthority?: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The update authority or update authority delegate of the asset

  • collection: PublicKey | Pda

    The address of the asset

  • Optional logWrapper?: PublicKey | Pda

    The SPL Noop Program

  • Optional newUpdateAuthority?: PublicKey | Pda

    The new update authority of the asset

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc